Hi !
Am trying to create an object using an AOP framework which uses CGLIB to create proxy objects. Strangely enough, the "enhanced" proxy object is devoid of ANY annotations the previous class had!
Can anyone tell me how can I make CGLIB retain the annotations on the proxies it creates?
Cheers! Nirav