No, I just wanted to be able to pass a class to a ...
# getting-started
l
No, I just wanted to be able to pass a class to a factory that will later be instantiated. For that I just need
Class<MyClass>
and then to call
Class<MyClass>.newInstance()