static class InjectionPoint.InjectableField extends InjectionPoint.InjectableMember
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.reflect.Field |
field |
declaringType, jsr330, next, optional, previous
Constructor and Description |
---|
InjectableField(TypeLiteral<?> declaringType,
java.lang.reflect.Field field,
java.lang.annotation.Annotation atInject) |
Modifier and Type | Method and Description |
---|---|
(package private) InjectionPoint |
toInjectionPoint() |
InjectableField(TypeLiteral<?> declaringType, java.lang.reflect.Field field, java.lang.annotation.Annotation atInject)
InjectionPoint toInjectionPoint()
toInjectionPoint
in class InjectionPoint.InjectableMember