@Target(value=TYPE)
@Retention(value=SOURCE)
public @interface ExternalBuildables
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
builderPackage |
boolean |
editableEnabled |
java.lang.String[] |
excludes |
boolean |
generateBuilderPackage |
boolean |
includeAbstractClasses |
boolean |
includeInterfaces |
java.lang.String[] |
includes |
Inline[] |
inline |
boolean |
lazyCollectionInitEnabled |
boolean |
lazyMapInitEnabled |
BuildableReference[] |
refs |
boolean |
validationEnabled |
java.lang.String[] |
value |
public abstract BuildableReference[] refs
public abstract Inline[] inline
Copyright © 2022. All Rights Reserved.