I\'ve seen similar questions but they didnt help very much.
For instance I\'ve got this Generic Class:
public class ContainerTest { public
If You can define like this
public class ContainerTest { public void doSomething(T clazz) { } }
Then it is possible