Hi,
Currently ERROR field in Accessor is declared as a raw type. Can we have
public static final Accessor<Object, Object> ERROR = new
Accessor<Object, Object>(Object.class) {..
for type safety? It also helps Eclipse compile this source code.
Cheers,
Ias