Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fern/products/sdks/overview/java/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Example:

<ParamField path="enable-extensible-builders" type="boolean" default="false" required={false} toc={true}>

When enabled, generates extensible builder classes that support customization through inheritance. This allows you to [add custom code](/learn/v2/sdks/generators/java/custom-code#adding-custom-client-configuration) to extend the generated builders with additional functionality.
When enabled, generates extensible builder classes that support customization through inheritance. This allows you to [add custom code](/sdks/generators/java/custom-code#adding-custom-client-configuration) to extend the generated builders with additional functionality.
</ParamField>

<ParamField path="enable-forward-compatible-enums" type="boolean" default="false" required={false} toc={true}>
Expand Down