public interface InstanceFactory
| Modifier and Type | Method and Description |
|---|---|
<T> T |
create(Class<T> type)
Create the specified type.
|
<T> T |
create(Class<T> type,
Annotation[] annotations)
Create the specified type using the given annotation as hints.
|
<T> T create(Class<T> type)
T - type - <T> T create(Class<T> type, Annotation[] annotations)
type - annotations - Copyright © 2017. All rights reserved.