Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/spring/review/findNonSpecificMvcAnnotations"

Index

Variables

Const RequestMappingAnnotation

RequestMappingAnnotation: "//annotation[//typeName[@value='RequestMapping']]" = `//annotation[//typeName[@value='RequestMapping']]`

Functions

findNonSpecificMvcAnnotations

  • findNonSpecificMvcAnnotations(p: Project, globPattern?: string): Promise<ProjectReview>
  • Find all non specific, old style @RequestMapping annotations

    Parameters

    • p: Project

      project to search

    • Default value globPattern: string = JavaSourceFiles

      glob pattern. Defaults to Maven convention Java source files location of source tree.

    Returns Promise<ProjectReview>

Object literals

Const NonSpecificMvcAnnotationsReviewer

NonSpecificMvcAnnotationsReviewer: object

name

name: string = "non-specific-mvc-annotations-reviewer"

inspection

  • inspection(p: Project): Promise<ProjectReview>

Generated using TypeDoc