msv.generator.test.Generator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaxb1-impl Show documentation
Show all versions of jaxb1-impl Show documentation
JAXB (JSR 222) Reference Implementation - JAXB1 build
/** typing saver. */
public class Generator {
public static void main( String[] args ) throws Exception {
com.sun.msv.generator.Driver.main(args);
}
}