@Target(value={CONSTRUCTOR,TYPE})
@Retention(value=SOURCE)
public @interface Buildable
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
builderPackage |
boolean |
editableEnabled |
boolean |
generateBuilderPackage |
Inline[] |
inline |
BuildableReference[] |
refs |
boolean |
validationEnabled |
public abstract BuildableReference[] refs
public abstract Inline[] inline
Copyright © 2018. All Rights Reserved.