Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.12.29 at 09:51:29 PM CET
//
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.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElements;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"exclude"
})
@XmlRootElement(name = "scan")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-12-29T09:51:29+01:00", comments = "JAXB RI v2.2.7")
public class Scan {
/**
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-12-29T09:51:29+01:00", comments = "JAXB RI v2.2.7")
protected List exclude;
/**
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-12-29T09:51:29+01:00", comments = "JAXB RI v2.2.7")
public List getExclude() {
if (exclude == null) {
exclude = new ArrayList();
}
return this.exclude;
}
/**
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"ifClassAvailableOrIfClassNotAvailableOrIfSystemProperty"
})
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-12-29T09:51:29+01:00", comments = "JAXB RI v2.2.7")
public static class Exclude {
/**
*
*/
@XmlElements({
@XmlElement(name = "if-class-available", type = Scan.Exclude.IfClassAvailable.class),
@XmlElement(name = "if-class-not-available", type = Scan.Exclude.IfClassNotAvailable.class),
@XmlElement(name = "if-system-property", type = Scan.Exclude.IfSystemProperty.class)
})
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-12-29T09:51:29+01:00", comments = "JAXB RI v2.2.7")
protected List