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 @@ -45,7 +45,7 @@ val modules = ApplicationModules.of(Application::class.java)
The `modules` will contain an in-memory representation of the application module arrangement derived from the codebase.
Which parts of that will be detected as a module depends on the Java package structure underneath the package the class pointed to resides in.
Find out more about the arrangement expected by default in xref:fundamentals.adoc#modules.simple[].
Advanced arrangements and customization options are described in xref:fundamentals.adoc#modules.advanced[] and
Advanced arrangements and customization options are described in xref:fundamentals.adoc#modules.advanced[], xref:fundamentals.adoc#modules.nested[] and xref:fundamentals.adoc#modules.open[].

To get an impression of what the analyzed arrangement looks like, we can just write the individual modules contained in the overall model to the console:

Expand Down
Loading