jdaugherty commented on issue #14915: URL: https://github.com/apache/grails-core/issues/14915#issuecomment-3959591145
FYI: the `BeanRegistrar` interface is how Spring decided to implement this, which has this sole method: `register(BeanRegistry registry, Environment environment)` Documentation for registry is here: https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/beans/factory/BeanRegistry.html Someone put together an example repository here: https://github.com/danvega/sb4-bean-registrar for usage. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
