Skip to content
Open
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 src/docs/antora/modules/ROOT/pages/fundamentals.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ class CustomApplicationModuleDetectionStrategy : ApplicationModuleDetectionStrat

In the `detectNamedInterfaces(…)` implementation shown above, we build up a `NamedInterfaces` instance for all packages named `api` underneath the given application module's base package.
The `Builder` API exposes additional methods to select packages as named interfaces or explicitly exclude them from that.
Note, that the builder will always include the unnamed named interface containing all public methods located in the application module's base package as that interface is required for application modules.
Note that the builder will always include the unnamed named interface containing all public methods located in the application module's base package as that interface is required for application modules.

For a more manual setup of a `NamedInterfaces`, be sure to check out its factory methods and the ones exposed by `NamedInterface`.

Loading