gh-pages / com.nextfaze.devfun.function / DeveloperPropertyProperties
DeveloperPropertyProperties
interface DeveloperPropertyProperties
(source)
Properties interface for @DeveloperProperty.
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 |
---|---|
category | open val category: DeveloperCategoryProperties |
requiresApi | open val requiresApi: Int |
transformer | open val transformer: KClass <out FunctionTransformer > |
value | open val value: String |