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