Annotation Type XmlCustomizer
The XmlCustomizer annotation is used to specify a class that implements the
org.eclipse.persistence.config.DescriptorCustomizer
interface and is to run against a class descriptor after all metadata
processing has been completed.
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionClass<? extends DescriptorCustomizer>
(Required) Defines the name of the descriptor customizer that should be applied to this classes descriptor.
-
Element Details
-
value
Class<? extends DescriptorCustomizer> value(Required) Defines the name of the descriptor customizer that should be applied to this classes descriptor.
-