« Return to Thread: dropping JDK 1.4 support: ReturnTypeResolverFactory

Re: dropping JDK 1.4 support: ReturnTypeResolverFactory

by James Lemieux :: Rate this Message:

Reply to Author | View in Thread

I second that emotion.

On Sun, Mar 22, 2009 at 9:16 AM, Jesse Wilson <jesse@...> wrote:
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