gh-pages / com.nextfaze.devfun.category
Package com.nextfaze.devfun.category
Types
| Name | Summary |
|---|---|
| CategoryDefinition | interface CategoryDefinitionClasses annotated with DeveloperCategory will be defined using this interface at compile time. |
| CategoryItem | interface CategoryItemItems are derived from CategoryDefinition at run-time during FunctionDefinition processing. |
| DeveloperCategoryProperties | interface DeveloperCategoryPropertiesProperties interface for @DeveloperCategory. |
Annotations
| Name | Summary |
|---|---|
| ContextCategory | annotation class ContextCategoryDeveloperCategory annotation used to declare the “Context” category. |
| DeveloperCategory | annotation class DeveloperCategoryThis annotation is optional, and is used to change the category’s name/order or the group of the functions defined in this class. |
Properties
| Name | Summary |
|---|---|
| CONTEXT_CAT_NAME | const val CONTEXT_CAT_NAME: String |
| CONTEXT_CAT_ORDER | const val CONTEXT_CAT_ORDER: Int |