@OpenApiAll
public interface AnnotationAction
| Modifier and Type | Method and Description |
|---|---|
boolean |
canExecute(java.util.Collection<Annotation> annotations)
Checks if possible to execute action together on all specified annotations.
|
void |
execute(java.util.Collection<Annotation> annotations)
Executes action on specified target annotations.
|
void execute(java.util.Collection<Annotation> annotations)
annotations - action targetsboolean canExecute(java.util.Collection<Annotation> annotations)
annotations - target annotations