
org.jcp.xmlns.xml.ns.javaee.Beans Maven / Gradle / Ivy
//
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0 generiert
// Siehe https://javaee.github.io/jaxb-v2/
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
// Generiert: 2021.07.27 um 11:05:17 AM CEST
//
package org.jcp.xmlns.xml.ns.javaee;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.Generated;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlElementRefs;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
/**
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"interceptorsOrDecoratorsOrAlternatives"
})
@XmlRootElement(name = "beans", namespace = "http://xmlns.jcp.org/xml/ns/javaee")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2021-07-27T11:05:17+02:00", comments = "JAXB RI v2.3.0")
public class Beans {
/**
*
*/
@XmlElementRefs({
@XmlElementRef(name = "interceptors", namespace = "http://xmlns.jcp.org/xml/ns/javaee", type = Interceptors.class, required = false),
@XmlElementRef(name = "decorators", namespace = "http://xmlns.jcp.org/xml/ns/javaee", type = Decorators.class, required = false),
@XmlElementRef(name = "alternatives", namespace = "http://xmlns.jcp.org/xml/ns/javaee", type = Alternatives.class, required = false),
@XmlElementRef(name = "scan", namespace = "http://xmlns.jcp.org/xml/ns/javaee", type = Scan.class, required = false)
})
@XmlAnyElement(lax = true)
@Generated(value = "com.sun.tools.xjc.Driver", date = "2021-07-27T11:05:17+02:00", comments = "JAXB RI v2.3.0")
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy