@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) @Documented public @interface Stereotype
Stereotype) are logically copied to all targets (i.e. the classes/fields/methods that are
annotated with the stereotype).
Power Annotations doesn't depend on CDI, so it handles all classes named Stereotype the same.
You can use this class if you don't have another stereotype class on your classpath,
but in JEE/MP applications you should have javax.enterprise.inject.Stereotype.Copyright © 2018–2022. All rights reserved.