AddTargetProperty

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class AddTargetProperty(val name: String, val pkg: String = "", val className: String)

Annotation to declare additional property that will add to generated target class

Properties

Link copied to clipboard

The name of class additional property

Link copied to clipboard

The name of additional property

Link copied to clipboard
val pkg: String

The package name of additional property