Groovy-based bean definitions

Formerly known as the Grails BeanBuilder, now in Spring proper. Based on https://github.com/spring-projects/spring-framework/pull/355 but heavily refactored and restructured.

Issue: SPR-7123
This commit is contained in:
Juergen Hoeller
2013-10-17 19:24:08 +02:00
parent bb8cf277fb
commit 8d6406bbae
19 changed files with 2689 additions and 39 deletions

View File

@@ -3,6 +3,7 @@ rootProject.name = "spring"
include "spring-aop"
include "spring-aspects"
include "spring-beans"
include "spring-beans-groovy"
include "spring-context"
include "spring-context-support"
include "spring-core"