UdhayaBalaji / androidannotations

Automatically exported from code.google.com/p/androidannotations
0 stars 0 forks source link

Support inner classes for @Rest / @Service #150

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Right now, the @Rest annotated classes cannot be inner classes. We don't add 
any compile time error (and we should), but the generated code is wrong.

Maybe we should try to support inner annotated classes, for small services 
where you want to have it next to the activity code.

Not sure this is good for clean code though.

Original issue reported on code.google.com by py.ricau on 26 Dec 2011 at 4:57

GoogleCodeExporter commented 8 years ago
https://github.com/excilys/androidannotations/issues/26

Original comment by py.ricau on 6 Jan 2012 at 4:05