Package | Description |
---|---|
com.google.inject.spi |
Guice service provider interface
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<InjectionPoint.Signature,java.util.List<InjectionPoint.InjectableMethod>> |
InjectionPoint.OverrideIndex.bySignature |
Modifier and Type | Method and Description |
---|---|
(package private) void |
InjectionPoint.OverrideIndex.add(InjectionPoint.InjectableMethod injectableMethod)
Adds the given method to the list of injection points.
|
private static boolean |
InjectionPoint.isValidMethod(InjectionPoint.InjectableMethod injectableMethod,
Errors errors) |
(package private) boolean |
InjectionPoint.OverrideIndex.removeIfOverriddenBy(java.lang.reflect.Method method,
boolean alwaysRemove,
InjectionPoint.InjectableMethod injectableMethod)
Removes a method overridden by the given method, if present.
|