File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
502503The generator also supports an ** optional vendor extension** to attach annotations directly on top of the generated
503504wrapper classes.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments