Polish doc on RequestMappingHandlerMapping#isHandler
This commit is contained in:
parent
e81651b657
commit
94618c4f37
|
|
@ -168,7 +168,8 @@ public class RequestMappingHandlerMapping extends RequestMappingInfoHandlerMappi
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
* Expects a handler to have a type-level @{@link Controller} annotation.
|
* <p>Expects a handler to have either a type-level @{@link Controller}
|
||||||
|
* annotation or a type-level @{@link RequestMapping} annotation.
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
protected boolean isHandler(Class<?> beanType) {
|
protected boolean isHandler(Class<?> beanType) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue