dev@jaxb.java.net

About com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor's constructor

From: Changshin Lee <iasandcb_at_tmax.co.kr>
Date: Fri, 26 Aug 2005 16:05:50 +0900

Hi,

I think

public MethodAccessor_Ref() {
   super(Byte.class);
}

should be

public MethodAccessor_Ref() {
   super(Ref.class);
}

This can be checked if the class is parameterized.

Cheers,

Ias