Add missing package-info.java file
This commit is contained in:
parent
cbb30153fb
commit
afff849992
|
|
@ -0,0 +1,10 @@
|
||||||
|
/**
|
||||||
|
* Support for registering hints for reflection and resources in the
|
||||||
|
* <em>Spring TestContext Framework</em>.
|
||||||
|
*/
|
||||||
|
@NonNullApi
|
||||||
|
@NonNullFields
|
||||||
|
package org.springframework.test.context.aot.hint;
|
||||||
|
|
||||||
|
import org.springframework.lang.NonNullApi;
|
||||||
|
import org.springframework.lang.NonNullFields;
|
||||||
Loading…
Reference in New Issue