Created
January 12, 2017 16:29
-
-
Save chalos/69593d49b55d83c04daf5df1d91cb715 to your computer and use it in GitHub Desktop.
Accessing package and protected class members
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grant { | |
permission java.lang.RuntimePermission "accessDeclaredMembers" | |
permission java.lang.reflection.ReflectionPermission "suppressAccessCheck" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment