How to use xtext inferred JVM model outside of xtext project?
问题 In the Inferring a JVM Model section of the Xtext documentation (http://www.eclipse.org/Xtext/documentation.html#_17) it starts by saying: "In many cases, you will want your DSLs concepts to be usable as Java elements. E.g. an Entity will become a Java class and should be usable as such". In the example above, how can I use the generated Entity class outside of xbase, i.e. in real Java code in a different project to the xtext one? What I am essentially asking is if the Java classes created my