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