@Instantiator(value=STANDARD) public class GCJInstantiator<T> extends GCJInstantiatorBase<T>
ObjectInstantiator
dummyStream, newObjectMethod, type
Constructor and Description |
---|
GCJInstantiator(java.lang.Class<T> type) |
Modifier and Type | Method and Description |
---|---|
T |
newInstance()
Returns a new instance of an object.
|
public GCJInstantiator(java.lang.Class<T> type)
public T newInstance()
ObjectInstantiator
newInstance
in interface ObjectInstantiator<T>
newInstance
in class GCJInstantiatorBase<T>