Marker interface used to notify that all methods should be intercepted through the invokeMethod
mechanism
of GroovyObject
.
Methods inherited from class | Name |
---|---|
interface groovy.lang.GroovyObject |
groovy.lang.GroovyObject#getProperty(java.lang.String), groovy.lang.GroovyObject#setProperty(java.lang.String, java.lang.Object), groovy.lang.GroovyObject#invokeMethod(java.lang.String, java.lang.Object), groovy.lang.GroovyObject#getMetaClass(), groovy.lang.GroovyObject#setMetaClass(groovy.lang.MetaClass) |