Class InjectionPoint.OverrideIndex

java.lang.Object
com.google.inject.spi.InjectionPoint.OverrideIndex
Enclosing class:
InjectionPoint

static class InjectionPoint.OverrideIndex extends Object
Keeps track of injectable methods so we can remove methods that get overridden in O(1) time. Uses our position in the type hierarchy to perform optimizations.