@Documented @Retention(value=SOURCE) @Target(value=TYPE) public @interface PropertyOptions
Immutable, 
ImmutableBase, 
MapConstructor, 
TupleConstructor| Modifier and Type | Optional Element and Description | 
|---|---|
| Class<? extends PropertyHandler> | propertyHandlerThe property handler class which creates the necessary code for getting, setting or initializing properties. | 
public abstract Class<? extends PropertyHandler> propertyHandler