gh-pages / com.nextfaze.devfun.function / DeveloperArgumentsProperties
DeveloperArgumentsProperties
interface DeveloperArgumentsProperties (source)
Properties interface for @DeveloperArguments.
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 |
|---|---|
| args | abstract val args: Array<ArgsProperties> |
| category | open val category: DeveloperCategoryProperties |
| group | open val group: String |
| name | open val name: String |
| requiresApi | open val requiresApi: Int |
| transformer | open val transformer: KClass<out FunctionTransformer> |