klaus wrote:
Ok, thanks for the info. I expected something like this, but was not sure.
Do you know if this is a temporary problem and a future version of CGLIB will do it or is it impossible ?
Klaus
It is possible to implement "fast reflection" for private members, but it needs to transform class (custom classloader, build tool or JVM debugging interface). Runtime implementation is more transaparent, but it is more limited too.
BTW reflection performance is not a very big problem, if you can use SUNs 1.4.2 JVM, you can ignore this optimization for most use cases.