Fix various Javadoc warnings
Issue: SPR-10128
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
|
||||
/**
|
||||
* MVC infrastructure for annotation-based handler method processing,
|
||||
* building on the <code>org.springframework.web.method.annotation</code> package.
|
||||
* Entry points are {@link org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping}
|
||||
* MVC infrastructure for annotation-based handler method processing, building on the
|
||||
* {@code org.springframework.web.method.annotation} package. Entry points are
|
||||
* {@link org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping}
|
||||
* and {@link org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter}.
|
||||
*/
|
||||
package org.springframework.web.servlet.mvc.method.annotation;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user