-
Notifications
You must be signed in to change notification settings - Fork 124
Dedicated chapter about code generation configuration #1850
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@@ -63,3 +63,151 @@ properties: | |||
:::warning SAP Business Application Studio | |||
If you develop your application in SAP Business Application Studio and Java 21 is not available there, use the Java 17, instead. | |||
::: | |||
|
|||
## Configuring Code Generation for Typed Access {#codegen-config} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe rather put this whole paragraph into the "Building Applications" section?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Order was to do it here. :) I thought that we need introduce new top-level chapter: there is much more stuff that needs to be documented.
Co-authored-by: Marc Becker <[email protected]>
Introduces chapter to describe switches in Java Code generator. Previously that was documented in the Maven Plugin. This chapter somewhat repeats that documentation and aims to improve the visibility of said switches.