@org.osgi.annotation.versioning.ConsumerType interface CompilationCustomizerExtensionProvider
Services may implement this interface to customize the compiler configuration for Groovy script execution.
| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract List<CompilationCustomizer> |
getCompilationCustomizers()Get a list of compilation customizers for Groovy script execution. |
Get a list of compilation customizers for Groovy script execution.