@author Luca CavannaCustom {@link NativeJavaClass}. The goal is to get access to some {@link NativeJavaMethod} properties that havepackage visibility for better help and auto-completion. We could redefine entirely how a java object gets wrapped, in order to have our own method representation, but that is not easily customizable (too many static methods involved). What we can do is customize what our {@link NativeJavaClass} returns when a method is requested through the get method
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.