Join Slack
Communities
Powered by
do you mean at the call site we should reject non-...
# reflect
u
udalov
10/06/2015, 11:20 PM
do you mean at the call site we should reject non-reified type arguments and only allow classes and other reified type parameters? So
javaClass<List<String>>()
would be forbidden, but
javaClass<List>()
allowed?
Open in Slack
Previous
Next