Interface InstanceBinding<T>

    • Method Detail

      • getInstance

        T getInstance()
        Returns the user-supplied instance.
      • getInjectionPoints

        java.util.Set<InjectionPoint> getInjectionPoints()
        Returns the field and method injection points of the instance, injected at injector-creation time only.
        Returns:
        a possibly empty set