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) |
Copyright © 2003-2014 The Codehaus. All rights reserved.