gh-pages / com.nextfaze.devfun.category / CategoryDefinition

CategoryDefinition

interface CategoryDefinition (source)

Classes annotated with DeveloperCategory will be defined using this interface at compile time.

Properties

Name Summary
clazz open val clazz: KClass<*>?
DeveloperFunction usages in clazz will use this category.
group open val group: CharSequence?
Items that match this category will be placed in this group, as taken from DeveloperCategory.group.
name open val name: CharSequence?
The name of this category as taken from DeveloperCategory.value.
order open val order: Int?
The category ordering as taken from DeveloperCategory.order.

Inheritors

Name Summary
ExceptionCategoryDefinition object ExceptionCategoryDefinition : CategoryDefinition