@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ErrorHandlingService
Modifier and Type | Optional Element and Description |
---|---|
boolean |
matchAllMethods
Match all methods.
|
java.lang.Class<?>[] |
matchAnnotatedMethods
Match annotated methods.
|