GeneratedStyleableModule

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class GeneratedStyleableModule(value: Array<GeneratedStyleableClass>)

DO NOT USE. This annotation is meant to be used by generated classes only

Constructors

GeneratedStyleableModule
Link copied to clipboard
fun GeneratedStyleableModule(value: Array<GeneratedStyleableClass>)

Properties

value
Link copied to clipboard
val value: Array<GeneratedStyleableClass>