bric3 / nCGLIB

CGLIB fork, to try things! ... well it's even harder than already thought !
Apache License 2.0
1 stars 1 forks source link

Add an option to Enhancer to copy annotation attribute from superclass #7

Open bric3 opened 12 years ago

bric3 commented 12 years ago

As of today CGLIB does not support annotations.

abailly commented 12 years ago

This should be our first priority, I think.

bric3 commented 12 years ago

Indeed though on CGLIB I only used the enhancer API. But for annotation support I guess we need to update CGLIB with ASM 4.