mktany2k / funcito

Automatically exported from code.google.com/p/funcito
0 stars 0 forks source link

add 3rd factory for plain Java dynamic Proxy #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As I continue to ponder this, it seems more and more important to add a factory 
to use the Java Proxy and InvocationHandler, for users who don't want to use 
3rd party code-gen dependency.  It would probably be the fallback if no 
code-gen libraries are provided, and also a configuration option to force it 
into that mode if desired.

Original issue reported on code.google.com by kandpwel...@gmail.com on 20 Jan 2012 at 6:37

GoogleCodeExporter commented 9 years ago
Perhaps it was already obvious, but just a note on this proposal: the 
limitation is that it would only work on interface types, and not on any 
concrete or abstract class types.  This would warrant significant changes in 
documentation as well.

Original comment by kandpwel...@gmail.com on 20 Jan 2012 at 6:41

GoogleCodeExporter commented 9 years ago
I added this, but haven't updated web site docs yet.

Original comment by kandpwel...@gmail.com on 22 Jan 2012 at 9:27

GoogleCodeExporter commented 9 years ago
adding milestone

Original comment by kandpwel...@gmail.com on 23 Jan 2012 at 12:12

GoogleCodeExporter commented 9 years ago

Original comment by kandpwel...@gmail.com on 3 Feb 2012 at 6:36