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 6936f7e commit a0c97e4Copy full SHA for a0c97e4
spring-core/src/main/java/org/springframework/aot/hint/package-info.java
@@ -1,5 +1,10 @@
1
/**
2
- * Support for registering the need for reflection, resources, java serialization
3
- * and proxies.
+ * Support for registering the need for reflection, resources, java
+ * serialization and proxies at runtime.
4
*/
5
+@NonNullApi
6
+@NonNullFields
7
package org.springframework.aot.hint;
8
+
9
+import org.springframework.lang.NonNullApi;
10
+import org.springframework.lang.NonNullFields;
0 commit comments