--- layout: default title: RequestMappingAnnotation parent: Bug Patterns nav_order: 1 --- # RequestMappingAnnotation LikelyError ${EXTRA_DOCS} ## Samples \`\`\`java public static void sample() {} \`\`\` View source code on GitHub # RequestMappingAnnotation __Make sure all `@RequestMapping` method parameters are annotated__
SeverityWARNING
TagsLikelyError
## Suppression Suppress false positives by adding the suppression annotation `@SuppressWarnings("RequestMappingAnnotation")` to the enclosing element.