Package com.blackbuild.klum.ast.layer3
Annotation Interface DefaultApply
Marks a field with a closure that is automatically applied during the default phase.
This uses the mechanism described in
DefaultValues. Note that since this is technically a Default closure,
it must check itself whether a value is already set, if it should not be overridden.-
Required Element Summary
Required Elements
-
Element Details
-
value
The closure to apply. Delegate of the closure will be value of the field annotated with this annotation.
-