Package providing integration of BeanShell (and BeanShell2) into Spring's scripting infrastructure.
/** * Package providing integration of * <a href="http://www.beanshell.org">BeanShell</a> * (and <a href="https://code.google.com/p/beanshell2/">BeanShell2</a>) * into Spring's scripting infrastructure. */
@NonNullApi @NonNullFields package org.springframework.scripting.bsh; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;