This might be a general Java question, but how do ...
# getting-started
l
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
.