Annotation Interface AutoMapping


@Target(METHOD) @Retention(RUNTIME) @RequestMapping public @interface AutoMapping
  • 可选元素概要

    可选元素
    修饰符和类型
    可选元素
    说明
    org.springframework.web.bind.annotation.RequestMethod[]
     
  • 元素详细资料

    • method

      org.springframework.web.bind.annotation.RequestMethod[] method
      默认值:
      {GET, POST}