GenerateTargetPropertyType

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class GenerateTargetPropertyType(val pkg: String = "", val className: String)

Annotation to set property type in generated target class

Properties

Link copied to clipboard

The name of class property

Link copied to clipboard
val pkg: String

The package name of property