Annotation Type |
Description |
KwrkImmutable
|
Variation of Groovy Immutable meta-annotation that removes tuple constructor and uses org.klokwrk.lib.xlang.groovy.base.transform.options.RelaxedPropertyHandler instead of Groovy default ImmutablePropertyHandler .
|
KwrkMapConstructorDefaultPostCheck
|
Convenient AST transformation annotation that automatically adds default map-constructor post check code into generated map-constructor.
|
KwrkMapConstructorNoArgHideable
|
AST transformation that changes visibility prom public to private (by default) for no-arg constructor generated by @MapConstructor(noArg = true) .
|