@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. | 
The property handler class which creates the necessary code for getting, setting or initializing properties.