You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/antora/modules/ROOT/pages/fundamentals.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,7 @@ In this example `inventory` is an application module as described xref:fundament
211
211
The `@ApplicationModule` annotation on the `nested` package caused that to become a nested application module in turn.
212
212
In that arrangement, the following access rules apply:
213
213
214
-
* The code in _Nested_ is only available from _Inventory_, i.e. only any of the `SomethingInventoryInternal` types can access `NestedApi`. `NestedInternal` is only accessible from `NestedApi`.
214
+
* The code in _Nested_ is only available from _Inventory_ or any types exposed by sibling application modules nested inside _Inventory_.
215
215
* Any code in the _Nested_ module can access code in parent modules, even internal.
216
216
I.e., both `NestedApi` and `NestedInternal` can access `inventory.internal.SomethingInventoryInternal`.
217
217
* Code from nested modules can also access exposed types by top-level application modules.
0 commit comments