@Stereotype @Target(value=TYPE) @Retention(value=RUNTIME) public @interface AdditionalBean
Note that stereotypes are bean defining annotations and so bean classes annotated with this stereotype but no scope have
their scope defaulted to Dependent.
Copyright © 2020 JBoss by Red Hat. All rights reserved.