Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable annotation processing #41

Closed
GoogleCodeExporter opened this issue Mar 29, 2015 · 2 comments
Closed

Disable annotation processing #41

GoogleCodeExporter opened this issue Mar 29, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 22 Mar 2011 at 7:25

  • Changed state: Accepted
  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

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 comment by [email protected] on 16 Apr 2011 at 7:15

  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant