1 changed files with 7 additions and 2 deletions
@ -1,5 +1,10 @@
@@ -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; |
||||
|
||||
Loading…
Reference in new issue