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:
John Blum
2022-05-05 16:26:15 -07:00
committed by Christoph Strobl
parent 21ff2a7e34
commit d8118de90f
30 changed files with 1813 additions and 1057 deletions

View File

@@ -0,0 +1,2 @@
org.springframework.beans.factory.aot.BeanFactoryInitializationAotProcessor=\
org.springframework.data.aot.SpringDataBeanFactoryInitializationAotProcessor