Interface Instantiator
- All Known Implementing Classes:
ConstructorInstantiator
public interface Instantiator
Provides instances of classes.
-
Method Summary
Modifier and TypeMethodDescription<T> T
newInstance
(Class<T> cls) Creates instance of given class
-
Method Details
-
newInstance
Creates instance of given class- Throws:
InstantationException
-