Updated note on CompilationCustomizer and CompilerConfiguration

Issue: SPR-14585
This commit is contained in:
Juergen Hoeller
2016-08-17 22:31:13 +02:00
parent 66dcc4b6db
commit da56758054

View File

@@ -7829,8 +7829,9 @@ If you are not using the Spring namespace support, you can still use the
[NOTE]
====
As of Spring Framework 4.3.3, you may also specify a Groovy `CompilationCustomizer` type
such as an `ImportCustomizer` in the same place as Spring's `GroovyObjectCustomizer`.
As of Spring Framework 4.3.3, you may also specify a Groovy `CompilationCustomizer`
(such as an `ImportCustomizer`) or even a full Groovy `CompilerConfiguration` object
in the same place as Spring's `GroovyObjectCustomizer`.
====