about billson
Gathering & Sharing
2021-06-04
Generic ParameterizedType checking throw exception.
Generic Exception:
Unexpected case, types[0] NOT instanceof Class
Changed from:
public class ImplementClass<Entity> extends AbstractClass<Entity> {
}
to:
public class ImplementClass extends AbstractClass<Entity> {
}
‹
›
Home
View web version