Join Slack
Communities
Powered by
You cannot create a fully parameterized java class...
# reflect
a
apatrida
10/06/2015, 4:10 PM
You cannot create a fully parameterized java class instance in any language on the JVM. you can create a Class<T> or a Type. Of Type there are 5 implementations. You are looking for Type not Class.
Open in Slack
Previous
Next