Java and Eclipse Plugin Development
Java, Eclipse Plugin Development and best software development practices
Showing posts with label
type erasure
.
Show all posts
Showing posts with label
type erasure
.
Show all posts
Thursday, January 16, 2014
Java Type Erasure: Cannot perform instanceof check against parameterized type
›
Can we use something like this ? public Object[] getElements(Object inputElement) { if (inputElement instanceof List<Parameter>...
›
Home
View web version