A sub-class of {@link AbstractExceptionHandlerMethodResolver} that looks for{@link MessageExceptionHandler}-annotated methods in a given class. The actual exception types handled are extracted either from the annotation, if present, or from the method signature as a fallback option.
@author Rossen Stoyanchev
@since 4.0
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.