* <!-- end-user-doc -->
* @generated
*/
public static JavaFactory init() {
try {
JavaFactory theJavaFactory = (JavaFactory)EPackage.Registry.INSTANCE.getEFactory("http://www.emftext.org/java");
if (theJavaFactory != null) {
return theJavaFactory;
}
}
catch (Exception exception) {