You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to disable the annotation checking (@Entity, @Nonnull,
etc), because it reads class files directly from the jar file / file system.
This may not be possible in all environments.
See this discussion:
http://groups.google.com/group/play-framework/browse_thread/thread/256bdaadd7dab
21a
Original issue reported on code.google.com by [email protected] on 16 Mar 2011 at 7:55
The text was updated successfully, but these errors were encountered:
Fixed. I added a new warning, Warning.ANNOTATION, which will disable annotation
processing when the bytecode cannot be read, but which has no effect when there
is no problem reading the bytecode.
Original issue reported on code.google.com by
[email protected]
on 16 Mar 2011 at 7:55The text was updated successfully, but these errors were encountered: