public interface Instantiator
Modifier and Type | Method and Description |
---|---|
<T> T |
instantiate(Class<T> clazz)
Create a new instance of a class
|
boolean |
isAvailable()
Used for checking if this particular instantiation method is available in the environment
|
<T> T instantiate(Class<T> clazz)
T
- The type of the classclazz
- The classboolean isAvailable()
Copyright © 2012 Seam Framework. All Rights Reserved.