Annotation Type InjectionPointQualifier


  • @Retention(RUNTIME)
    @Target(ANNOTATION_TYPE)
    @Documented
    public @interface InjectionPointQualifier
    The annotated annotation can be used to inject elements of the supported types.

    If both supportedTypes() and supportedProviderTypes() are empty, all types are supported.

    Since:
    5.3
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.Class<?>[] supportedProviderTypes
      The types of Providers supported for injection.
      java.lang.Class<?>[] supportedTypes
      The types which are supported for injection.
    • Element Detail

      • supportedTypes

        java.lang.Class<?>[] supportedTypes
        The types which are supported for injection.
        Default:
        {}