jsr372-experts@javaserverfaces-spec-public.java.net

[jsr372-experts] Parameterize Converter and Validator interfaces

From: Bauke Scholtz <balusc_at_gmail.com>
Date: Fri, 30 Jan 2015 13:10:57 +0100

Hi,

In the mailing list subject "[NEW] Converter chaining, global converters" I
have proposed to parameterize Converter and Validator interfaces so that
Object can be replaced by T which should reduce casting boilerplate in
basically all custom converters and validators. I'd like to see the spec
being changed on this. This change does not break existing converters and
validators. It'll at most generate a warning on raw types.

Does anyone have objections on this?

Cheers, Bauke