File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ link:{oaps-ci}[image:{badge-ci}[]]
1414link:{oaps-license}[image:{badge-license}[]]
1515
1616
17- *openapi-processor-spring* is an link:{openapi}[OpenAPI] interface & model only code generator for
18- link:{springboot}[Spring Boot].
17+ *openapi-processor-spring* is an link:{openapi}[OpenAPI] interface & model only java code generator
18+ for link:{springboot}[Spring Boot].
1919
2020It supports an API first approach where you API is explicitly defined and documented with OpenAPI
2121 before it gets implemented.
@@ -29,6 +29,8 @@ The interfaces will help to keep the implementation in sync with the API. If any
2929changes in the API the interface changes and the compiler will warn that the interface is not
3030implemented correctly.
3131
32+ The target programming language is Java so the generated code is usable from most JVM languages.
33+
3234See the xref:processor/index.adoc[processor intro] for a short example.
3335
3436
You can’t perform that action at this time.
0 commit comments