Package com.google.inject.spi
Class InjectionPoint.InjectableField
- java.lang.Object
-
- com.google.inject.spi.InjectionPoint.InjectableMember
-
- com.google.inject.spi.InjectionPoint.InjectableField
-
- Enclosing class:
- InjectionPoint
static class InjectionPoint.InjectableField extends InjectionPoint.InjectableMember
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.reflect.Field
field
-
Fields inherited from class com.google.inject.spi.InjectionPoint.InjectableMember
declaringType, jsr330, next, optional, previous
-
-
Constructor Summary
Constructors Constructor Description InjectableField(TypeLiteral<?> declaringType, java.lang.reflect.Field field, java.lang.annotation.Annotation atInject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) InjectionPoint
toInjectionPoint()
-
-
-
Constructor Detail
-
InjectableField
InjectableField(TypeLiteral<?> declaringType, java.lang.reflect.Field field, java.lang.annotation.Annotation atInject)
-
-
Method Detail
-
toInjectionPoint
InjectionPoint toInjectionPoint()
- Specified by:
toInjectionPoint
in classInjectionPoint.InjectableMember
-
-