gh-pages / com.nextfaze.devfun.category / DeveloperCategoryProperties
DeveloperCategoryProperties
interface DeveloperCategoryProperties
(source)
Properties interface for @DeveloperCategory.
TODO: This interface should be generated by DevFun at compile time, but as the annotations are in a separate module to the compiler that itself depends on the annotations module, it is non-trivial to run the DevFun processor upon it (module dependencies become cyclic).
Properties
Name | Summary |
---|---|
group | open val group: String |
order | open val order: Int |
value | open val value: String |