GH-21 - A bit more Javadoc in the example module.

This commit is contained in:
Oliver Drotbohm
2022-10-21 13:09:13 +02:00
parent f53ff168f1
commit e972875e21
5 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
/**
* The logical application module inventory implemented as a single-package module. Allows to hide application
* components inside the module by using package scoped types.
*
* @see example.inventory.InventoryInternal
*/
package example.inventory;