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

Fully support instance and static initializers #13

Closed
3 tasks done
stephanenicolas opened this issue Sep 29, 2013 · 2 comments
Closed
3 tasks done

Fully support instance and static initializers #13

stephanenicolas opened this issue Sep 29, 2013 · 2 comments
Assignees

Comments

@stephanenicolas
Copy link
Owner

  • Add tests, this might already be working
  • Double check with respect to inheritance
  • Update wiki
@stephanenicolas
Copy link
Owner Author

Instance initializers are not accessible and won't be handled by BoundBox, this makes very little sense.

@stephanenicolas
Copy link
Owner Author

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.

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