We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2061d commit 64cf8fdCopy full SHA for 64cf8fd
src/main/java/io/openapiprocessor/api/OpenApiProcessor.java
@@ -34,7 +34,7 @@
34
*
35
* @author Martin Hauner
36
*/
37
-public interface OpenApiProcessor {
+public interface OpenApiProcessor extends com.github.hauner.openapi.api.OpenApiProcessor {
38
39
/**
40
* The identifying name of the openapi-processor. *Should* be globally unique so a consumer of
0 commit comments