@Target(value=PARAMETER) @Retention(value=RUNTIME) @Documented public @interface WithAnnotations
ProcessAnnotatedType
.
Sample usage:
public void processWindowBeans(@Observes @WithAnnotation(WindowBean.class) ProcessAnnotatedType pat) {..}This Extension method e.g. will get fired for all classes which have a
@WindowBean
annotation.Modifier and Type | Required Element and Description |
---|---|
Class<? extends Annotation>[] |
value |
public abstract Class<? extends Annotation>[] value
ProcessAnnotatedType
should get filtered forCopyright © 2020. All rights reserved.