@Target(value=PARAMETER) @Retention(value=RUNTIME) public @interface FiltersOn
WithAnnotations but for ProcessPotentialService event.
Enables to filter the observed annotated types.| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends Annotation>[] |
annotations |
Class<?>[] |
types |
public abstract Class<?>[] types
Class.isAssignableFrom(Class).public abstract Class<? extends Annotation>[] annotations
ProcessAnnotatedType should get filtered for.Copyright © 2020 The Apache Software Foundation. All rights reserved.