GH-536 - Add missing package-info.java files.

This commit is contained in:
Oliver Drotbohm
2024-03-22 08:48:51 +01:00
parent 27c5c5e58f
commit ce2f608e60
3 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
/**
* Core configuration abstractions of Spring Modulith.
*/
@org.springframework.lang.NonNullApi
package org.springframework.modulith.core.config;

View File

@@ -0,0 +1,5 @@
/**
* AOT support for the Event Publication Registry.
*/
@org.springframework.lang.NonNullApi
package org.springframework.modulith.events.aot;

View File

@@ -1,5 +1,5 @@
/**
* Spring configuration for the event publication registry.
* Spring configuration for the Event Publication Registry.
*/
@org.springframework.lang.NonNullApi
package org.springframework.modulith.events.config;