spring-framework / org.springframework.scripting.groovy / GroovyScriptEvaluator / setCompilationCustomizers

setCompilationCustomizers

open fun setCompilationCustomizers(vararg compilationCustomizers: CompilationCustomizer): Unit

Set one or more customizers to be applied to this evaluator's compiler configuration.

Note that this modifies the shared compiler configuration held by this evaluator.

Since
4.3.3

See Also
#setCompilerConfiguration