Class InjectionPoint.OverrideIndex

  • Enclosing class:
    InjectionPoint

    static class InjectionPoint.OverrideIndex
    extends java.lang.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.