static class InjectionPoint.InjectableMethod extends InjectionPoint.InjectableMember
Modifier and Type | Field and 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.
|
declaringType, jsr330, next, optional, previous
Constructor and Description |
---|
InjectableMethod(TypeLiteral<?> declaringType,
java.lang.reflect.Method method,
java.lang.annotation.Annotation atInject) |
Modifier and Type | Method and Description |
---|---|
boolean |
isFinal() |
(package private) InjectionPoint |
toInjectionPoint() |
final java.lang.reflect.Method method
boolean overrodeGuiceInject
InjectableMethod(TypeLiteral<?> declaringType, java.lang.reflect.Method method, java.lang.annotation.Annotation atInject)
InjectionPoint toInjectionPoint()
toInjectionPoint
in class InjectionPoint.InjectableMember
public boolean isFinal()