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