remove access checks in reflection

| | bookmark | email
A nice method in AccessibleObject: setAccessible(boolean). [quote] A value of true indicates that the reflected object should suppress Java language access checking when it is used.[/quote] This way you can improve a bean access tool. Nice to know (i missed this till now [oops/]). I guess many guys already know this.