dev@jaxb.java.net

Type safety in com.sun.xml.bind.v2.runtime.reflect.Accessor's ERROR field

From: Changshin Lee <iasandcb_at_gmail.com>
Date: Fri, 26 Aug 2005 15:41:13 +0900

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