We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
Instance initializers are not accessible and won't be handled by BoundBox, this makes very little sense.
Sorry, something went wrong.
Issue #13. Issue #12. Static initializers are handled.
edeb77e
Add test for inherited static initializers. Issue #13
015454a
Lol, it's not possible to invoke a static or instance initializer via reflection. There is absolutely no way to do it. http://stackoverflow.com/a/19163059/693752
The feature is dropped and all code related to this feature will be pruned out.
Please note that it was possible to access the methods, in the meaning of knowing if such blocks were defined, but they just can't be called.
Issue #13. POC, that's impossible
c76203c
Rollback of implementation of access to static initializers and insta…
0a3278d
…nce initializers. Issue #13.
stephanenicolas
No branches or pull requests
The text was updated successfully, but these errors were encountered: