@Documented @Retention(value=RUNTIME) @Target(value={METHOD,TYPE,PARAMETER}) public @interface JAXBConfig
Modifier and Type | Optional Element and Description |
---|---|
XmlNs[] |
namespaces
FIXME Comment this
|
String |
schema
FIXME Comment this
|
String |
schemaType
FIXME Comment this
|
boolean |
useNameSpacePrefix
FIXME Comment this
|
boolean |
validate
FIXME Comment this
|
public abstract boolean useNameSpacePrefix
public abstract XmlNs[] namespaces
public abstract boolean validate
public abstract String schema
public abstract String schemaType
Copyright © 2013. All Rights Reserved.