parent
2c3407b0e5
commit
572d017370
|
|
@ -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;
|
||||
Loading…
Reference in New Issue