Modifier and Type | Field and Description |
---|---|
T |
annotation
The passed annotation for this Injector
|
java.lang.reflect.Member |
member
The member to be injected, either a Method or Field
|
java.lang.reflect.Type |
primaryType
The primary type.
|
java.lang.Object |
target
The target object being injected
|
java.lang.reflect.Type |
type
The type for which to get a value
|
Constructor and Description |
---|
Target() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public T annotation
public java.lang.reflect.Member member
public java.lang.reflect.Type primaryType
public java.lang.reflect.Type type
public java.lang.Object target