Package org.aoju.bus.goalie.annotation
Annotation Interface VersionMapping
@Target({METHOD,TYPE})
@Retention(RUNTIME)
@Documented
@RequestMapping
@ApiVersion
@ClientVersion
public @interface VersionMapping
- Author:
- Kimi Liu
-
Element Details
-
name
- Default:
- ""
-
value
- Default:
- {}
-
path
- Default:
- {}
-
params
- Default:
- {}
-
headers
- Default:
- {}
-
consumes
@AliasFor(annotation=org.springframework.web.bind.annotation.RequestMapping.class) String[] consumes- Default:
- {}
-
produces
@AliasFor(annotation=org.springframework.web.bind.annotation.RequestMapping.class) String[] produces- Default:
- {}
-
apiVersion
- Default:
- ""
-
terminalVersion
- Default:
- {}
-
terminalExpression
- Default:
- {}
-