We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb3015 commit afff849Copy full SHA for afff849
spring-test/src/main/java/org/springframework/test/context/aot/hint/package-info.java
@@ -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