Skip to content

Commit 1574cf5

Browse files
committed
doc improvement
1 parent bc5dbe1 commit 1574cf5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/modules/ROOT/pages/index.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ link:{oaps-ci}[image:{badge-ci}[]]
1414
link:{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

2020
It 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
2929
changes in the API the interface changes and the compiler will warn that the interface is not
3030
implemented correctly.
3131

32+
The target programming language is Java so the generated code is usable from most JVM languages.
33+
3234
See the xref:processor/index.adoc[processor intro] for a short example.
3335

3436

0 commit comments

Comments
 (0)