@Target({METHOD,TYPE}) @Retention(RUNTIME) @Documented @RequestMapping public @interface DustMapping
java.lang.String[]
consumes
headers
org.springframework.web.bind.annotation.RequestMethod[]
method
java.lang.String
name
params
path
produces
value
@AliasFor(annotation=org.springframework.web.bind.annotation.RequestMapping.class, attribute="name") java.lang.String name
@AliasFor(annotation=org.springframework.web.bind.annotation.RequestMapping.class, attribute="value") java.lang.String[] value
@AliasFor(annotation=org.springframework.web.bind.annotation.RequestMapping.class, attribute="path") java.lang.String[] path
@AliasFor(annotation=org.springframework.web.bind.annotation.RequestMapping.class, attribute="method") org.springframework.web.bind.annotation.RequestMethod[] method
@AliasFor(annotation=org.springframework.web.bind.annotation.RequestMapping.class, attribute="params") java.lang.String[] params
@AliasFor(annotation=org.springframework.web.bind.annotation.RequestMapping.class, attribute="headers") java.lang.String[] headers
@AliasFor(annotation=org.springframework.web.bind.annotation.RequestMapping.class, attribute="consumes") java.lang.String[] consumes
@AliasFor(annotation=org.springframework.web.bind.annotation.RequestMapping.class, attribute="produces") java.lang.String[] produces