Module eclipselink

Annotation Interface XmlCustomizer


@Target(TYPE) @Retention(RUNTIME) public @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
    Modifier and Type
    Required Element
    Description
    Defines the name of the descriptor customizer that should be applied to this class' descriptor.
  • Element Details

    • value

      Class<?> value
      Defines the name of the descriptor customizer that should be applied to this class' descriptor.