I am trying to write a replacement for java.lang.reflect.Method and Field using BCEL. I have everything working nicely except I cannot figure out how to emulate the setAccessible(true) feature which allows for access (via reflection) to protected and private Methods and Fields.
Suggestions or examples greatly appreciated. Charles. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
