@Retention(value=RUNTIME) @Documented @RequestMapping @Inherited public @interface ApiMapping
@AliasFor(annotation=org.springframework.web.bind.annotation.RequestMapping.class) public abstract String name
@AliasFor(annotation=org.springframework.web.bind.annotation.RequestMapping.class) public abstract String[] value
@AliasFor(annotation=org.springframework.web.bind.annotation.RequestMapping.class) public abstract String[] path
@AliasFor(annotation=org.springframework.web.bind.annotation.RequestMapping.class) public abstract String[] params
@AliasFor(annotation=org.springframework.web.bind.annotation.RequestMapping.class) public abstract String[] headers
@AliasFor(annotation=org.springframework.web.bind.annotation.RequestMapping.class) public abstract String[] consumes
@AliasFor(annotation=org.springframework.web.bind.annotation.RequestMapping.class) public abstract String[] produces
Copyright © 2021 tan. All rights reserved.