@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface MessageExceptionHandler
Modifier and Type | Optional Element and Description |
---|---|
java.lang.Class<? extends java.lang.Throwable>[] |
value
Exceptions handled by the annotated method.
|