@Target(value=TYPE) @Retention(value=SOURCE) @Documented public @interface Bean
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
fluent |
String |
getterPrefix |
GeneratorKind |
kind |
boolean |
onlyProperty |
String |
propertyPrefix |
String |
setterPrefix |
String |
value
The name of the class name generated TODO To complete.
|
Visibility |
visibility |
public abstract String value
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.