Skip to content

Commit afff849

Browse files
committed
Add missing package-info.java file
1 parent cbb3015 commit afff849

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/**
2+
* Support for registering hints for reflection and resources in the
3+
* <em>Spring TestContext Framework</em>.
4+
*/
5+
@NonNullApi
6+
@NonNullFields
7+
package org.springframework.test.context.aot.hint;
8+
9+
import org.springframework.lang.NonNullApi;
10+
import org.springframework.lang.NonNullFields;

0 commit comments

Comments
 (0)