T - the annotation typepublic static class Injector.Target<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
T |
annotation
The passed annotation for this Injector
|
Member |
member
The member to be injected, either a Method or Field
|
Type |
primaryType
The primary type.
|
Object |
target
The target object being injected
|
Type |
type
The type for which to get a value
|
| Constructor and Description |
|---|
Target() |
public T annotation
public Member member
public Type primaryType
public Type type
public Object target
Copyright © 2021. All rights reserved.