@Target(value={CONSTRUCTOR,TYPE}) @Retention(value=SOURCE) public @interface Buildable
Modifier and Type | Optional Element and Description |
---|---|
String |
builderPackage |
boolean |
editableEnabled |
boolean |
generateBuilderPackage |
Inline[] |
inline |
boolean |
lazyCollectionInitEnabled |
BuildableReference[] |
refs |
boolean |
validationEnabled |
public abstract String builderPackage
public abstract BuildableReference[] refs
public abstract Inline[] inline
Copyright © 2019 JBoss by Red Hat. All rights reserved.