spring-framework / org.springframework.scripting.groovy / GroovyScriptFactory / getScriptInterfaces

getScriptInterfaces

@Nullable open fun getScriptInterfaces(): Array<Class<*>>

Groovy scripts determine their interfaces themselves, hence we don't need to explicitly expose interfaces here.

Return
null always