程序包 cn.taketoday.scripting
@NonNullApi
@NonNullFields
package cn.taketoday.scripting
Core interfaces for Framework's scripting support.
-
类说明Exception to be thrown on script compilation failure.Framework's strategy interface for evaluating a script.Script definition interface, encapsulating the configuration of a specific script as well as a factory method for creating the actual scripted Java
Object.Interface that defines the source of a script.