On Monday, August 15, 2011 7:31:37 AM Benson Margulies wrote:
> Has anyone ever considered the utility or practicality of generating a
> concrete subclass of an abstract class as a proxy? All the standards
> we conform to are relentless about interfaces, aren't they?

Using ASM or cglib to do this really shouldn't be too hard if it's something 
you really wanted to tackle.  :-)    The ClientProxyFactory stuff would need 
to be updated to call cls.isInterface() and do something a bit smarter if it's 
not.   Not really sure what the demand for something like that would be 
though.  

-- 
Daniel Kulp
[email protected]
http://dankulp.com/blog
Talend - http://www.talend.com

Reply via email to