Skip to content

Commit ce2f608

Browse files
committed
GH-536 - Add missing package-info.java files.
1 parent 27c5c5e commit ce2f608

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/**
2+
* Core configuration abstractions of Spring Modulith.
3+
*/
4+
@org.springframework.lang.NonNullApi
5+
package org.springframework.modulith.core.config;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/**
2+
* AOT support for the Event Publication Registry.
3+
*/
4+
@org.springframework.lang.NonNullApi
5+
package org.springframework.modulith.events.aot;
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Spring configuration for the event publication registry.
2+
* Spring configuration for the Event Publication Registry.
33
*/
44
@org.springframework.lang.NonNullApi
55
package org.springframework.modulith.events.config;

0 commit comments

Comments
 (0)