gh-pages / com.nextfaze.devfun.function / DeveloperFunctionProperties
DeveloperFunctionProperties
interface DeveloperFunctionProperties
(source)
Properties interface for @DeveloperFunction.
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 |