Module eclipselink
Annotation Interface XmlCustomizer
The XmlCustomizer annotation is used to specify a class that implements the
DescriptorCustomizer
interface and is to run against a class descriptor after all metadata
processing has been completed.
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?> valueDefines the name of the descriptor customizer that should be applied to this class' descriptor.
-