Skip to content

Commit c991aa9

Browse files
committed
Add missing package-info
1 parent c86d193 commit c991aa9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/**
2+
* Core package for Spring AOT infrastructure.
3+
*/
4+
@NonNullApi
5+
@NonNullFields
6+
package org.springframework.aot;
7+
8+
import org.springframework.lang.NonNullApi;
9+
import org.springframework.lang.NonNullFields;

0 commit comments

Comments
 (0)