public abstract class GCJInstantiatorBase<T> extends java.lang.Object implements ObjectInstantiator<T>
| Constructor and Description |
|---|
GCJInstantiatorBase(java.lang.Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
newInstance()
Returns a new instance of an object.
|
protected final java.lang.Class<T> type
public GCJInstantiatorBase(java.lang.Class<T> type)
public abstract T newInstance()
ObjectInstantiatornewInstance in interface ObjectInstantiator<T>