« Return to Thread: dropping JDK 1.4 support: ReturnTypeResolverFactory

Re: dropping JDK 1.4 support: ReturnTypeResolverFactory

by Jesse Wilson :: Rate this Message:

Reply to Author | View in Thread

On Sun, Mar 22, 2009 at 7:16 AM, Holger Brands <hbrands@...> wrote:
or should I remove it and just do something like:
 ReturnTypeResolver TYPE_RESOLVER = new J2SE50ReturnTypeResolver();

I like this approach better. You might even consider dropping the interface, since now it only has one implementation.

 « Return to Thread: dropping JDK 1.4 support: ReturnTypeResolverFactory