GH-119 - Added package-info.java for util package.

This commit is contained in:
Oliver Drotbohm
2023-01-19 15:17:29 +01:00
parent 090ddc6fba
commit 868fddca50

View File

@@ -0,0 +1,4 @@
/**
* Utilities.
*/
package org.springframework.modulith.core.util;