public interface ObjectToInjectHolder<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getObjectToInject() |
Type |
getObjectToInjectType(Field field)
Gets the type of the object to inject.
|
T getObjectToInject()
Type getObjectToInjectType(Field field)
field - The field that declared this object, null if there is no fieldCopyright © 2016. All Rights Reserved.