To allow usage like: ``` #@ ScriptInfo (style="java.io.File") ``` we need to run `scriptService.addAlias(ScriptInfo.class)`, probably within the `initialize` method of a new `Service` plugin?
To allow usage like:
we need to run
scriptService.addAlias(ScriptInfo.class), probably within theinitializemethod of a newServiceplugin?