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