![JAR search and dependency download from the Maven repository](/logo.png)
org.jvnet.jaxb.annox.reader.resourced.NPackage Maven / Gradle / Ivy
The newest version!
package org.jvnet.jaxb.annox.reader.resourced;
import java.util.List;
import jakarta.xml.bind.annotation.XmlAnyElement;
import jakarta.xml.bind.annotation.XmlAttribute;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlSeeAlso;
import jakarta.xml.bind.annotation.XmlType;
@XmlRootElement(name = "package")
@XmlType(name = "packageType")
@XmlSeeAlso( { NClass.class })
public class NPackage {
@XmlAttribute
public String name;
@XmlAnyElement(lax = true)
public List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy