Join Slack
Powered by
This might be a general Java question, but how do ...
# getting-started
l
locke
04/16/2018, 4:11 PM
This might be a general Java question, but how do I reference the type of a class, and not the instance of one. I.e. I want to have as an argument not a
List
but the type
Foo : List
.
2
Views
Open in Slack
Previous
Next