Package io.quarkus.arc.runtime
Annotation Interface AdditionalBean
This built-in stereotype is automatically added to all additional beans that do not have a scope annotation declared.
Note that stereotypes are bean defining annotations and so bean classes annotated with this stereotype but no scope have
their scope defaulted to Dependent
.