public abstract class ExtensionModule extends Object
An extension module is a class responsible for providing a list of meta methods to the Groovy compiler and runtime. Those methods are used to "dynamically extend" existing classes by adding methods to existing classes.
| Constructor and description | 
|---|
| ExtensionModule(String moduleName, String moduleVersion) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public abstract List<MetaMethod> | getMetaMethods() | 
|  | public String | getName() | 
|  | public String | getVersion() | 
|  | public String | toString() | 
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.