Package-level declarations
Types
Link copied to clipboard
Annotation to declare additional property that will add to generated target class
Link copied to clipboard
annotation class GenerateTarget(val pkg: String = "", val name: String, val props: Array<AddTargetProperty> = [])
Annotation to automatically generate class with same properties as source class
Link copied to clipboard
Annotation to set property type in generated target class
Link copied to clipboard
Annotation use with @GenerateTarget
that mark property in source class that shouldn't add to target class