dynamic proxy classes

Mar 31, 2008 22:53

A generic solution to decided at runtime which Java interface to implement (via reflection) allows the writing of things like memoization wrappers.

http://www.onjava.com/pub/a/onjava/2003/08/20/memoization.html

I had no idea this was possible.

software

Previous post Next post
Up