public interface Instantiator
| Modifier and Type | Method and Description |
|---|---|
<T> T |
newInstance(Class<T> type,
Object... parameters)
Create a new instance of T, using
parameters as the construction parameters. |
Copyright © 2013. All rights reserved