0

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?

dmahapatro
  • 49,365
  • 7
  • 88
  • 117
ZenBalance
  • 10,087
  • 14
  • 44
  • 44

1 Answers1

0

I can't find the reference, but i think i read somewhere they use Reflectors.

Will
  • 14,348
  • 1
  • 42
  • 44