@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Customizer
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class |
value
(Required) Defines the name of the descriptor customizer that should be applied to this entity's descriptor.
|