Annotation Interface AdditionalBean


@Stereotype @Target(TYPE) @Retention(RUNTIME) public @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.