@org.osgi.annotation.versioning.ConsumerType interface StarImportExtensionProvider
Services may implement this interface to supply additional star imports to the compiler configuration for Groovy script execution.
| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract Set<StarImport> |
getStarImports()Get the star imports to add to the script compiler. |
Get the star imports to add to the script compiler. All imports provided by extension services will be merged prior to script execution.