EMFText is an Eclipse plug-in that allows you to define text syntax for languages described by an Ecore metamodel. EMFText enables developers to define textual Domain Specific Languages quickly and without the need to learn new technologies and concepts.
14
stars
12
forks
source link
Generated code is not Java1.5 compliant (i.e. @Override used for interface methods) #30
The generated code contains @Override annotations on implemented methods which cause the JDK1.5 compiler to fail. @Override annotations are only added in .ui projects by the:
The generated code contains @Override annotations on implemented methods which cause the JDK1.5 compiler to fail. @Override annotations are only added in .ui projects by the: