I've recently discovered that it was possible to use annotated Java code to generate an EMF model. However, I was stunned by the fact that this annotated Java code use javadoc annotations, that are not compiled, and as a consequence of very little interest.

So, is it possible to use Java5 level annotations instead ?

EDIT According to Eclipse help, it seems possible to use Java5 code, but no Java5 annotations seems to be provided ... is it really the case ?

link|improve this question

68% accept rate
feedback

1 Answer

up vote 0 down vote accepted

No it is not possible. The current Java importer only looks at JavaDoc annotations, not Java5 annotations.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.