Updated native files, need upgrade your native library.
If you upgrade from dev version, you need deleted natives folder and let the plugin download the newest native libraries.
Main Changes:
+ add `luajava.class2Obj()` function for lua side. Then you can use java reflect in lua side.
+ allow lua side access java instance's private/protected method or field.
+ fix CommandBuilder and EventListenerBuilder issue.