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

You should use provided rather than compile for javax.annotation:javax.annotation-api #43

Closed
mbrubin56 opened this issue Mar 30, 2015 · 1 comment

Comments

@mbrubin56
Copy link

You need the annotations at compile time, not at run time, so "provided" is preferred. There is no need to distribute the source for the annotations. This is actually an issue for me because another library I depend on also packages the annotations (in a jar), and I'm getting an dex error because of the multiple definitions. I'm checking with my company to see whether I can sign your agreements to file a pull request.

@tyronen
Copy link
Contributor

tyronen commented Apr 1, 2015

Looks like this is handled by your pull request #54.

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

No branches or pull requests

2 participants