Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.oxm.annotations
Annotation Type XmlCustomizer


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface 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
 java.lang.Class<? extends DescriptorCustomizer> value
          (Required) Defines the name of the descriptor customizer that should be applied to this classes descriptor.

 

Element Detail

value

public abstract java.lang.Class<? extends DescriptorCustomizer> value
(Required) Defines the name of the descriptor customizer that should be applied to this classes descriptor.

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.