@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface ZenProperty
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
getter
returns the method name used to get the getter, an empty string will use get plus the variable name,
if null, will not try to grab a getter.
|
java.lang.String |
setter
returns the method name used to get the setter, an empty string will use set plus the variable name,
if null, will not try to grab a setter.
|
java.lang.String |
value
Property name.
|
public abstract java.lang.String value