An extension module is a class responsible for providing a list of meta methods to the Groovy compiler and runtime. Those methods are use 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 | 
|---|---|---|
 | 
                            List<MetaMethod> | 
                            getMetaMethods() | 
                        
 | 
                            String | 
                            getName() | 
                        
 | 
                            String | 
                            getVersion() | 
                        
 | 
                            String | 
                            toString() | 
                        
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.