See gh-27829
This commit is contained in:
Stephane Nicoll
2022-02-03 14:44:28 +01:00
parent 6936f7e0cb
commit a0c97e4c36

View File

@@ -1,5 +1,10 @@
/**
* Support for registering the need for reflection, resources, java serialization
* and proxies.
* Support for registering the need for reflection, resources, java
* serialization and proxies at runtime.
*/
@NonNullApi
@NonNullFields
package org.springframework.aot.hint;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;