On Nov 25, 10:29 am, Gili <[EMAIL PROTECTED]> wrote:
> - requiring no-op constructors

I assume that you are referring to the fact a CGLIB proxy calls the
constructor of its superclass, which means that the class being
proxied (unless only interfaces are proxied) must have an accessible
constructor, possibly even a default constructor.

I need to overcome this limitation of requiring an accessible default
constructor for one project of mine, so I'll be modifying CGLIB so
that it ignores the superclass's constructors. I have posted a proof
of concept at the the issue which is tracking this feature request:
http://sourceforge.net/tracker/index.php?func=detail&aid=2070600&group_id=56933&atid=482371

Would this feature be useful for Guice?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-guice" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-guice?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to