Interface PicoInjectionPlan

All Superinterfaces:
InjectionPlan

public interface PicoInjectionPlan extends InjectionPlan
The injection plan for a given service provider and element belonging to that service provider. This plan can be created during compile-time, and then just loaded from the Application during Pico bootstrap initialization, or it can be produced during the same startup processing sequence if the Application was not found, or if it was not permitted to be loaded.
  • Method Details

    • unqualifiedProviders

      List<?> unqualifiedProviders()
      The list of services/providers that are unqualified to satisfy the given injection point but were considered.
      Returns:
      the unqualified services/providers for this injection point