Skip to content

Commit a0c97e4

Browse files
committed
Polish
See gh-27829
1 parent 6936f7e commit a0c97e4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
/**
2-
* Support for registering the need for reflection, resources, java serialization
3-
* and proxies.
2+
* Support for registering the need for reflection, resources, java
3+
* serialization and proxies at runtime.
44
*/
5+
@NonNullApi
6+
@NonNullFields
57
package org.springframework.aot.hint;
8+
9+
import org.springframework.lang.NonNullApi;
10+
import org.springframework.lang.NonNullFields;

0 commit comments

Comments
 (0)