All Downloads are FREE. Search and download functionalities are using the official Maven repository.

JavaJaxRS.cxf.xmlPojoAnnotation.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
{{#withXml}}
@XmlAccessorType(XmlAccessType.FIELD)
{{#hasVars}} @XmlType(name = "{{classname}}", propOrder =
    { {{#vars}}"{{name}}"{{^-last}}, {{/-last}}{{/vars}}
}){{/hasVars}}
{{^hasVars}}@XmlType(name = "{{classname}}"){{/hasVars}}
{{^parent}}@XmlRootElement(name="{{classname}}"){{/parent}}
{{/withXml}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy