Skip to content

Commit f6157a3

Browse files
committed
docs: fix README anchor for Optional Extra Class Annotations
1 parent 0fc6a98 commit f6157a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

customer-service-client/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,8 @@ It enqueues responses for **all CRUD operations** and asserts correct mapping in
497497

498498
---
499499

500-
### ⚙️ Optional: Extra Class Annotations
500+
### Optional: Extra Class Annotations
501+
*(⚙️ advanced feature — use only if needed)*
501502

502503
The generator also supports an **optional vendor extension** to attach annotations directly on top of the generated
503504
wrapper classes.

customer-service/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,7 @@ mvn test
229229
* Focused on clarity and minimal setup.
230230
* Optional: You can attach extra annotations (e.g., Jackson) to generated wrapper classes by setting
231231
`app.openapi.wrapper.class-extra-annotation` in `application.yml`.
232-
See [customer-service-client README](../customer-service-client/README.md#-optional-extra-class-annotations) for
233-
details.
232+
See [customer-service-client README](../customer-service-client/README.md#optional-extra-class-annotations) for details.
234233

235234
---
236235

0 commit comments

Comments
 (0)