@Retention(value=RUNTIME) @Target(value=TYPE) public @interface XmlAttribute
XMLSchemaGenerator
. Example: @XmlAttribute(attrs={"auth_value", "demo_token})This results in the following schema fragment:
<xs:attribute name="auth_value" type="xs:string"/> <xs:attribute name="demo_token" type="xs:string"/>
public abstract String[] attrs
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.