@org.osgi.annotation.versioning.ConsumerType interface ScriptMetaClassExtensionProvider
Services may implement this interface to supply additional metamethods to apply to the Script metaclass.
| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract Closure |
getScriptMetaClass(ScriptContext scriptContext)Get a closure to register a metaclass for the script to be executed. |
Get a closure to register a metaclass for the script to be executed.
scriptContext - current script execution context