-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
When looking at the documentation of
java-air/src/lang/java/m3/Core.rsc
Lines 137 to 144 in 8818a88
| And so each of these aspects has their own set of facts in the extended M3 model for Java: | |
| | Facts about Java modules | Description | | |
| | ---------------------------------------------------- | ------------------------------------------------------- | | |
| | `rel[loc \module, loc requiredModule] moduleRequiresModule` | which modules each module requires | | |
| | `rel[loc \module, loc package, loc to] moduleOpensPackage` | what packages are open for reflection in a given module | | |
| | `rel[loc \module, loc service, loc to] moduleExportsPackage` | which packages (the public and protected classes therein) are exported by every module | | |
| | `rel[loc \module, loc service, loc implementation] moduleProvidesService` | what services are implemented by this module | | |
| | `rel[loc \module, loc service] moduleUsesService` | which services are used by every module | |
I see
Why is the table not correctly shown?
Is white line in front of table missing?
Metadata
Metadata
Assignees
Labels
No labels