@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 |
---|---|
java.lang.Class<? extends EntityBuilder> |
value
The class that builds the entity class.
|
public abstract java.lang.Class<? extends EntityBuilder> value
The class that builds the entity class.