@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface XmlClassExtractor
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends ClassExtractor> |
value
(Required) Defines the name of the class extractor that should be
applied to this entity's descriptor.
|
public abstract java.lang.Class<? extends ClassExtractor> value