@Retention(value=RUNTIME) @Target(value=TYPE) public @interface XmlDataType
Modifier and Type | Optional Element and Description |
---|---|
String |
defaultElementName
The default name for elements with this data type.
|
Class<? extends Validator> |
defaultValidatorType
Specifies the validator type to be used for the default case.
|
String |
name
The name of the data type.
|
Class<?>[] |
subObjectTypes
The relevant sub object types of the one which is annotated with this annotation.
|
public abstract String name
public abstract Class<?>[] subObjectTypes
public abstract String defaultElementName
Copyright © 2014. All rights reserved.