@Target(value=FIELD) @Retention(value=SOURCE) @Documented public @interface Field
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
fluent
Fluent mode allow to chain setter.
|
String |
getterPrefix |
GeneratorKind |
kind |
String |
name |
boolean |
onlyProperty |
String |
propertyPrefix |
String |
setterPrefix |
Visibility |
visibility |
public abstract String name
public abstract GeneratorKind kind
public abstract Visibility visibility
public abstract String propertyPrefix
public abstract String getterPrefix
public abstract String setterPrefix
Copyright © 2011–2018 JRebirth OSS. All rights reserved.