Annotation Type XmlDiscriminatorValue
-
@Target(TYPE) @Retention(RUNTIME) public @interface XmlDiscriminatorValue
The XmlDiscriminatorValue annotation is used to specify the class indicator for a given type when using inheritance.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
(Required) Indicates the class indicator for a given Type.
-