DevBoost / EMFText

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

Closed yblanken closed 11 years ago

yblanken commented 11 years ago

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:

mirkoseifert commented 11 years ago

Thanks for reporting. I've fixed the generators now.