Can model classes be in the Java default package?
No. EMF does not allow model classes to be in the default Java package because it would need to be handled specially in the code generator, and since it’s not a good Java convention anyway, we don’t think it is worth supporting. Make sure that if you load your model from annotated Java that all the interfaces and classes with an @model tag also have an explicit package declaration.