Interface InjectionProviderInstancesSupplier


  • @API(status=STABLE)
    public interface InjectionProviderInstancesSupplier
    Supplies a Set of InjectionProvider instances that are created outside the NeedleFactory lifecycle.
    • Method Detail

      • get

        Set<de.akquinet.jbosscc.needle.injection.InjectionProvider<?>> get()
        Supplies a Set of InjectionProvider instances that are created outside the NeedleFactory lifecycle.
        Returns:
        InjectionProviders that can be added to NeedleTestcase