SimpleExtensionModulepublic abstract class ExtensionModule extends Object
meta methods to the Groovy
compiler and runtime. Those methods are use to "dynamically extend" existing classes by adding methods to
existing classes.| Constructor | Description |
|---|---|
ExtensionModule(String moduleName,
String moduleVersion) |
| Modifier and Type | Method | Description |
|---|---|---|
abstract List<MetaMethod> |
getMetaMethods() |
|
String |
getName() |
|
String |
getVersion() |
|
String |
toString() |