org.jvnet.hyperjaxb3.ejb.jpa1.plugin.JPA1Plugin Maven / Gradle / Ivy
The newest version!
package org.jvnet.hyperjaxb3.ejb.jpa1.plugin;
import org.jvnet.hyperjaxb3.ejb.plugin.EjbPlugin;
public class JPA1Plugin extends EjbPlugin {
public String getOptionName() {
return "Xhyperjaxb3-jpa1";
}
public String getUsage() {
return " -Xhyperjaxb3-jpa1: Hyperjaxb3 JPA1 plugin";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy