Commit 74510bd8 authored by Andy Wilkinson's avatar Andy Wilkinson

Make GroovyBeanDefinitionSource accessible to the CLI again

It was made package-private in 31b0e817 but it needs to be protected
due to its use in the CLI's GroovyBeansTransformation.
parent 8747e039
......@@ -326,7 +326,8 @@ class BeanDefinitionLoader {
/**
* Source for Bean definitions defined in Groovy.
*/
interface GroovyBeanDefinitionSource {
@FunctionalInterface
protected interface GroovyBeanDefinitionSource {
Closure<?> getBeans();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment