Package com.blackbuild.klum.ast
Annotation Interface WriteAccess
Meta-annotation for annotations that mark construction-time methods. Methods marked through
WriteAccess are
moved into the generated Builder during compilation and are not exposed on completed DSL Objects.-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionReturns the type of write access.
-
Element Details
-
value
WriteAccess.Type valueReturns the type of write access. LIFECYCLE means the method ist automatically called during a KlumPhase. MANUAL means the method is called manually by the user as part of the model. Lifecycle methods must not have any parameters.- Default:
- LIFECYCLE
-