Open kazuki43zoo opened 8 years ago
It seemed to be possible because groovy-eclipse plugin provides an extension point for this enhancement. But it turned out that there is no annotation information attached to the Java model provided by the plugin.
There is even a test case ensuring this behavior. The comment of the test case reads:
Only marker annotations or SingleMember annotations whose member is a class literal are copied over.
Does anyone know why?
I hope to support a code assist on Groovy language!! I will prefer to create a mapper interface using groovy language. Groovy language is more readable on annotation.
e.g.)
For Demo application, please see here.
What do you think ?