File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
springdoc-openapi-webmvc-core/src/main/java/org/springdoc/api Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 12
12
import org .springdoc .core .AbstractResponseBuilder ;
13
13
import org .springdoc .core .OpenAPIBuilder ;
14
14
import org .springdoc .core .OperationBuilder ;
15
- import org .springframework .beans .factory .annotation .Autowired ;
16
15
import org .springframework .beans .factory .annotation .Value ;
17
16
import org .springframework .core .annotation .AnnotationUtils ;
18
17
import org .springframework .http .MediaType ;
@@ -41,7 +40,6 @@ public class OpenApiResource extends AbstractOpenApiResource {
41
40
@ Value (SPRINGDOC_SHOW_ACTUATOR_VALUE )
42
41
private boolean showActuator ;
43
42
44
- @ Autowired
45
43
public OpenApiResource (OpenAPIBuilder openAPIBuilder , AbstractRequestBuilder requestBuilder ,
46
44
AbstractResponseBuilder responseBuilder , OperationBuilder operationParser ,
47
45
RequestMappingInfoHandlerMapping requestMappingHandlerMapping , Optional <ActuatorProvider > servletContextProvider ,
You can’t perform that action at this time.
0 commit comments