@@ -159,7 +159,7 @@ icon:cubes[] Example
159
159
├─ **icon:cube[] example.order**
160
160
| └─ icon:plus-circle[role=green] OrderManagement.java
161
161
└─ icon:cube[] example.order.internal
162
- └─ icon:plus-circle[role=red ] SomethingOrderInternal.java
162
+ └─ icon:plus-circle[role=green ] SomethingOrderInternal.java
163
163
----
164
164
165
165
In such an arrangement, the `order` package is considered an API package.
@@ -191,13 +191,13 @@ icon:cubes[] Example
191
191
| ├─ icon:plus-circle[role=green] InventoryManagement.java
192
192
| └─ icon:minus-circle[role=red] SomethingInventoryInternal.java
193
193
├─ icon:cube[] example.inventory.internal
194
- | └─ icon:plus -circle[role=red] SomethingInventoryInternal.java
194
+ | └─ icon:minus -circle[role=red] SomethingInventoryInternal.java
195
195
|
196
196
| -> Inventory > Nested
197
197
|
198
198
├─ icon:cube[] example.inventory.nested
199
199
| ├─ icon:coffee[] package-info.java // @ApplicationModule
200
- | └─ icon:plus-circle[role=yellow ] NestedApi.java
200
+ | └─ icon:plus-circle[role=orange ] NestedApi.java
201
201
├─ icon:cube[] example.inventory.nested.internal
202
202
| └─ icon:minus-circle[role=red] NestedInternal.java
203
203
|
@@ -311,7 +311,7 @@ icon:cubes[] Example
311
311
| ├— icon:coffee[] package-info.java
312
312
| └─ icon:plus-circle[role=green] SomeSpiInterface.java
313
313
└─ icon:cube[] example.order.internal
314
- └─ icon:plus -circle[role=green ] SomethingOrderInternal.java
314
+ └─ icon:minus -circle[role=red ] SomethingOrderInternal.java
315
315
----
316
316
317
317
.`package-info.java` in `example.order.spi`
0 commit comments