Workaround Javadoc bug with JDK 8 (b112+)
Remove Javadoc linkplain to ExceptionHandler#value() from AnnotationMethodHandlerExceptionResolver to work around JDK Javadoc bug 9007707.
This commit is contained in:
@@ -206,7 +206,7 @@ public class AnnotationMethodHandlerExceptionResolver extends AbstractHandlerExc
|
||||
|
||||
/**
|
||||
* Returns all the exception classes handled by the given method.
|
||||
* <p>The default implementation looks for exceptions in the {@linkplain ExceptionHandler#value() annotation},
|
||||
* <p>The default implementation looks for exceptions in the annotation,
|
||||
* or - if that annotation element is empty - any exceptions listed in the method parameters if the method
|
||||
* is annotated with {@code @ExceptionHandler}.
|
||||
* @param method the method
|
||||
|
||||
Reference in New Issue
Block a user