Add missing package-info
See gh-28047
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user