Package groovy.transform
Annotation Type PropertyOptions
Marker annotation used to indicate that special property handling code will be generated for this class.
- Since:
 - 2.5.0
 - See Also:
 - 
ImmutableImmutableBaseMapConstructorTupleConstructor
 
- 
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionClass<? extends PropertyHandler>The property handler class which creates the necessary code for getting, setting or initializing properties. 
- 
Element Details
- 
propertyHandler
Class<? extends PropertyHandler> propertyHandlerThe property handler class which creates the necessary code for getting, setting or initializing properties.- Default:
 - groovy.transform.options.DefaultPropertyHandler.class
 
 
 -