Package io.github.pustike.inject.spi

Service Provider Interfaces.
  • Interface Summary
    Interface Description
    BindingListener
    Binding listener is invoked after binding of the type is registered into injector.
    InjectionListener
    Listens for new instances created by injector, invoked after its fields and methods are injected.
    InjectionPoint<T>
    Injector uses injection points to inject values into fields and methods/constructor.
    InjectionPointLoader
    Strategy interface for loading injection points (to fields and methods/constructor) created by reflectively scanning through target types.