-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
interface GenericInterface<T> {
@GET
public String get(@QueryParam("foo") List<T> params);
}
interface DoubleInterface implements GenericInterface<Double> {}
Proxy.newProxyInstance(DoubleInterface);
- relates to
-
RESTEASY-685 Generic Types don't work with Java Proxy
- Closed