Interface QualifierRegistrar

  • All Superinterfaces:
    BuildExtension

    public interface QualifierRegistrar
    extends BuildExtension
    Makes it possible to turn an annotation into a qualifier without adding a Qualifier annotation to it.
    • Method Detail

      • getAdditionalQualifiers

        Map<org.jboss.jandex.DotName,​Set<String>> getAdditionalQualifiers()
        Returns a map of additional qualifers where the key represents the annotation type and the value is an optional set of non-binding members. Here, "non-binding" is meant in the sense of jakarta.enterprise.util.Nonbinding. I.e. members named in the set will be ignored when the CDI container is selecting a bean instance for a particular injection point.