
com.sun.tools.xjc.model.CNonElement Maven / Gradle / Ivy
Go to download
Old JAXB Binding Compiler. Contains source code needed for binding customization files into java sources.
In other words: the *tool* to generate java classes for the given xml representation.
package com.sun.tools.xjc.model;
import com.sun.tools.xjc.model.nav.NClass;
import com.sun.tools.xjc.model.nav.NType;
import com.sun.xml.bind.v2.model.core.NonElement;
/**
* @author Kohsuke Kawaguchi
*/
public interface CNonElement extends NonElement, CTypeInfo {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy