RequestMappingAnnotation
WARNING
LikelyError
Summary
Make sure all
@RequestMapping
method parameters are annotated
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("RequestMappingAnnotation")
to the enclosing element.Disable this pattern completely by adding
-Xep:RequestMappingAnnotation:OFF
as compiler argument. Learn more.