Package com.google.inject.spi
Class InjectionPoint.InjectableMethod
- java.lang.Object
-
- com.google.inject.spi.InjectionPoint.InjectableMember
-
- com.google.inject.spi.InjectionPoint.InjectableMethod
-
- Enclosing class:
- InjectionPoint
static class InjectionPoint.InjectableMethod extends InjectionPoint.InjectableMember
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.reflect.Method
method
(package private) boolean
overrodeGuiceInject
true if this method overrode a method that was annotated with com.google.inject.Inject.-
Fields inherited from class com.google.inject.spi.InjectionPoint.InjectableMember
declaringType, jsr330, next, optional, previous
-
-
Constructor Summary
Constructors Constructor Description InjectableMethod(TypeLiteral<?> declaringType, java.lang.reflect.Method method, java.lang.annotation.Annotation atInject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isFinal()
(package private) InjectionPoint
toInjectionPoint()
-
-
-
Constructor Detail
-
InjectableMethod
InjectableMethod(TypeLiteral<?> declaringType, java.lang.reflect.Method method, java.lang.annotation.Annotation atInject)
-
-
Method Detail
-
toInjectionPoint
InjectionPoint toInjectionPoint()
- Specified by:
toInjectionPoint
in classInjectionPoint.InjectableMember
-
isFinal
public boolean isFinal()
-
-