Package groovy.lang
Interface GroovyInterceptable
- 
- All Superinterfaces:
- GroovyObject
 
 public interface GroovyInterceptable extends GroovyObject Marker interface used to notify that all methods should be intercepted through theinvokeMethodmechanism ofGroovyObject.
- 
- 
Method Summary- 
Methods inherited from interface groovy.lang.GroovyObjectgetMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
 
- 
 
-