google-code-export / gwt-platform

Automatically exported from code.google.com/p/gwt-platform
1 stars 0 forks source link

Pass annotations to the generated classes (Annotation Processors) #438

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if I could pass any annotation to the generated classes and to 
it's members. I think it's usefull if you would like to validate actions with 
JSR-303 annotations or if you're working with JDO or JPA.

My implementation:
http://codereview.appspot.com/6495108

For annotating Action and Result classes add inner classes for the GenDispatch 
class and annotate those. (Inner class names are Action and Result of course)

Original issue reported on code.google.com by nemmind1...@gmail.com on 8 Sep 2012 at 11:41

GoogleCodeExporter commented 9 years ago

Original comment by FloOn...@gmail.com on 3 Nov 2012 at 11:32

GoogleCodeExporter commented 9 years ago

Original comment by goudreau...@gmail.com on 27 Nov 2012 at 2:35