spring-data-commons
spring-data-commons copied to clipboard
Add SPI mechanism for ahead-of-time repository fragment registration
Right now, we scan for fragments on the class path and either register fragments to the BeanFactory or use existing beans. It would be neat to have mechanism to register fragments for a particular repository upfront so that fragments can be provided as already-discovered collection of implementation classes for repository inclusion.