Add missing package-info

See gh-28047
This commit is contained in:
Stephane Nicoll 2022-03-04 18:39:50 +01:00
parent 2c3407b0e5
commit 572d017370
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
/**
* Support for generating code that represents the state of a bean factory.
*/
@NonNullApi
@NonNullFields
package org.springframework.beans.factory.generator;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;