- Type Parameters:
T
- the annotation type
- Enclosing class:
- Injector<T extends Annotation>
public static class Injector.Target<T>
extends Object
The Target class describes the target injection point.
-
Field Summary
Fields
The passed annotation for this Injector
The member to be injected, either a Method or Field
The target object being injected
The type for which to get a value
-
Constructor Summary
Constructors
-
Method Summary
-
Field Details
-
annotation
The passed annotation for this Injector
-
member
The member to be injected, either a Method or Field
-
primaryType
The primary type. This is the type of the first argument of a method
or the type of a field
-
type
The type for which to get a value
-
target
The target object being injected
-
-