Skip to content

Commit 2fd45ec

Browse files
committed
incorrect package
1 parent 28371f1 commit 2fd45ec

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/modules/ROOT/pages/index.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:oapa-ci: https://github.com/openapi-processor/openapi-processor-api/actions?query=workflow%3Aci
77
:oapa-license: https://github.com/openapi-processor/openapi-processor-api/blob/master/LICENSE
88
//
9-
:oap-api: https://github.com/openapi-processor/openapi-processor-api/blob/master/src/main/java/io/openapiprocessor/api/OpenApiProcessor.java
9+
:oap-api: https://github.com/openapi-processor/openapi-processor-api/blob/master/src/main/java/io/openapiprocessor/api/v1/OpenApiProcessor.java
1010

1111
:oap-spring-api-impl: https://github.com/openapi-processor/openapi-processor-spring/blob/master/src/main/groovy/com/github/hauner/openapi/spring/processor/SpringProcessor.groovy
1212
:oap-spring-api-props: https://github.com/openapi-processor/openapi-processor-spring/blob/master/src/main/resources/META-INF/services/com.github.hauner.openapi.api.OpenApiProcessor
@@ -33,7 +33,7 @@ it will automatically work with the openapi-processor xref:gradle::index.adoc[gr
3333
To make an openapi-processor available to the
3434
xref:gradle::index.adoc[openapi-processor-gradle plugin] or or the xref:maven::index.adoc[openapi-processor-maven plugin] it has to
3535

36-
- implement the link:{oap:api}[`OpenApiProcessor`] interface.
36+
- implement the link:{oap:api}[`v1.OpenApiProcessor`] interface.
3737
+
3838
the plugins use the name provided by `String getName();` to configure the processor and to provide the task to run it.
3939
+
@@ -44,6 +44,8 @@ the plugins will call `void run(Map<String, ?> options);` to run the processor,
4444

4545
== example implementations
4646

47+
NOTE: the examples follow the above instructions but use the original interface with a different package name.
48+
4749
For examples see the implementations of
4850

4951
*xref:spring::index.adoc[openapi-processor-spring]*

0 commit comments

Comments
 (0)