Review, refactor and polish Spring Data AOT infrastructure classes.
* Refactored logic in AOT infrastructure classes. * Annotated AOT API with Spring's @NonNull and @Nullable annotations. * Edited Javadoc. * Introduced PredicateUtils abstract utility class encapsulating common Predicates on types and class members. * Added comments for review and clarification. Original Pull Request: #2624
This commit is contained in:
committed by
Christoph Strobl
parent
21ff2a7e34
commit
d8118de90f
2
src/main/resources/META-INF/spring/aot.factories
Normal file
2
src/main/resources/META-INF/spring/aot.factories
Normal file
@@ -0,0 +1,2 @@
|
||||
org.springframework.beans.factory.aot.BeanFactoryInitializationAotProcessor=\
|
||||
org.springframework.data.aot.SpringDataBeanFactoryInitializationAotProcessor
|
||||
Reference in New Issue
Block a user