Interface InjectionTargetFactory<T>


  • public interface InjectionTargetFactory<T>
    A factory which is able to create container provided InjectionTargets.
    • Method Detail

      • createInjectionTarget

        InjectionTarget<T> createInjectionTarget​(Bean<T> bean)
        Creates an InjectionTarget for the given Bean
        Parameters:
        bean - the Bean or null if the InjectionTarget should not get managed by the container.