注释类型 EnableSwagger2WebFlux
-
@Retention(RUNTIME) @Target(TYPE) @Documented @Import(Swagger2DocumentationConfiguration.class) @Deprecated public @interface EnableSwagger2WebFlux
已过时。Indicates that Swagger support should be enabled.This should be applied to a Spring java config and should have an accompanying '@Configuration' annotation.
Loads all required beans defined in @see SpringSwaggerConfig
- 从以下版本开始:
- 3.0.0
- 另请参阅:
Use instead