You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This test uses an internal `ParameterizedTypeImpl` class, which isn't guaranteed
to be present in the set of interface types implemented by an interceptor
metadata class. The JDK implementation of `ParameterizedType` may be present
as well.
This commit uses the public interface `ParameterizedType` to perform this test.
0 commit comments