@Documented @Retention(RetentionPolicy.SOURCE) @Target({ElementType.TYPE}) public @interface PropertyOptions
Marker annotation used to indicate that special property handling code will be generated for this class.
| Type | Name and Description |
|---|---|
Class<? extends PropertyHandler> |
propertyHandlerThe property handler class which creates the necessary code for getting, setting or initializing properties. |
| Methods inherited from class | Name |
|---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
The property handler class which creates the necessary code for getting, setting or initializing properties.
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/transform/PropertyOptions.html