@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface BuiltBy
Identify the builder type for an entity class.
Modifier and Type | Required Element and Description |
---|---|
Class<? extends EntityBuilder> |
value
The class that builds the entity class.
|
public abstract Class<? extends EntityBuilder> value
The class that builds the entity class.