gngr icon indicating copy to clipboard operation
gngr copied to clipboard

Need a method shutter mechanism, similar to class shutter mechanism

Open hrj opened this issue 10 years ago • 1 comments

When scanning methods as part of wrapping a java object, we have a way to annotate methods with HideFromJS.

But such an annotation can't be used on library classes. The most basic example is java.lang.Object from which all java objects derive.

A primitive plug in place today is to shutter all methods from classes with names prefixed with java. However, we need a more robust scheme. We need a white list rather than a black list.

hrj avatar Jul 31 '15 06:07 hrj

Loosely related to #136

hrj avatar Aug 12 '15 06:08 hrj