The API docs here: http://groovy.codehaus.org/api/groovy/lang/MetaMethod.html
Explain a MetaMethod as the following:
[A MetaMethod] represents a Method on a Java object a little like Method except without using reflection to invoke the method
What exactly do the docs mean by "a Method without using reflection" for invocation?