-
Notifications
You must be signed in to change notification settings - Fork 832
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
isAnnotationPresent on some android devices throws NoClassDefFoundError (fix attached) #218
Comments
Any updates on this? Thanks, |
In principle, I don't have anything against it. Could you submit it as a PR (pull request), so that it is easier for us to merge? |
Done. Please review my pull request and approve. |
romix
added a commit
that referenced
this issue
May 22, 2014
Per romix's request regarding issue #218 here is the changed code via pull request
Merged. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
isAnnotationPresent on some android devices throws NoClassDefFoundError if some unrelated annotation cannot be found so my code change suggests to allow users to override the behaviour by separating to another function (also makes code cleaner).
Please accept my code change to the master branch (diff below).
The text was updated successfully, but these errors were encountered: