Package io.quarkus.arc.processor
Interface StereotypeRegistrar
- All Superinterfaces:
BuildExtension
Makes it possible to turn an annotation into a stereotype without adding a
Stereotype annotation to it.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.arc.processor.BuildExtension
BuildExtension.BuildContext, BuildExtension.Key<T>, BuildExtension.SimpleKey<V> -
Field Summary
Fields inherited from interface io.quarkus.arc.processor.BuildExtension
DEFAULT_PRIORITY -
Method Summary
Modifier and TypeMethodDescriptionSet<org.jboss.jandex.DotName>Returns a set of annotation types (their names) that should be treated as stereotypes.Methods inherited from interface io.quarkus.arc.processor.BuildExtension
getPriority, initialize
-
Method Details
-
getAdditionalStereotypes
Set<org.jboss.jandex.DotName> getAdditionalStereotypes()Returns a set of annotation types (their names) that should be treated as stereotypes. To modify (meta-)annotations on these annotations, useAnnotationsTransformer.
-