Class AdditionalStereotypeBuildItem


  • @Deprecated
    public final class AdditionalStereotypeBuildItem
    extends io.quarkus.builder.item.MultiBuildItem
    Deprecated.
    use StereotypeRegistrarBuildItem; this class will be removed at some time after Quarkus 3.0
    A map of additional annotation types (that have the same meaning as the @Stereotype meta-annotation) to their occurences on other annotations (that become custom stereotypes).
    • Constructor Detail

      • AdditionalStereotypeBuildItem

        public AdditionalStereotypeBuildItem​(Map<org.jboss.jandex.DotName,​Collection<org.jboss.jandex.AnnotationInstance>> stereotypes)
        Deprecated.
    • Method Detail

      • getStereotypes

        public Map<org.jboss.jandex.DotName,​Collection<org.jboss.jandex.AnnotationInstance>> getStereotypes()
        Deprecated.