@RequestMapping(method=POST) @Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Post
@AliasFor(annotation=org.springframework.web.bind.annotation.RequestMapping.class, attribute="name") public abstract String name
@AliasFor(annotation=org.springframework.web.bind.annotation.RequestMapping.class, attribute="path") public abstract String[] value
@AliasFor(annotation=org.springframework.web.bind.annotation.RequestMapping.class, attribute="path") public abstract String[] path
@AliasFor(annotation=org.springframework.web.bind.annotation.RequestMapping.class, attribute="params") public abstract String[] params
@AliasFor(annotation=org.springframework.web.bind.annotation.RequestMapping.class, attribute="headers") public abstract String[] headers
@AliasFor(annotation=org.springframework.web.bind.annotation.RequestMapping.class, attribute="consumes") public abstract String[] consumes
@AliasFor(annotation=org.springframework.web.bind.annotation.RequestMapping.class, attribute="produces") public abstract String[] produces