GH-536 - Add missing package-info.java files.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Core configuration abstractions of Spring Modulith.
|
||||
*/
|
||||
@org.springframework.lang.NonNullApi
|
||||
package org.springframework.modulith.core.config;
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* AOT support for the Event Publication Registry.
|
||||
*/
|
||||
@org.springframework.lang.NonNullApi
|
||||
package org.springframework.modulith.events.aot;
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user