blob: a235f2c1b9dae2229d6460dd5bb02bd76216c6ed [file] [log] [blame]
import example.ClassUsingAService
import example.TestBean
// Place your Spring DSL code here
beans = {
classUsingAService(ClassUsingAService) {
testService = ref('testService')
}
testBean(TestBean)
}