public interface Instantiator
| Modifier and Type | Method and Description |
|---|---|
<T> T |
newInstance(java.lang.Class<T> cls)
Creates instance of given class
|
<T> T newInstance(java.lang.Class<T> cls)
throws InstantationException
InstantationException