[Java] Interface GroovyInterceptable
- groovy.lang.GroovyObject
- All Superinterfaces:
- GroovyObject
public interface GroovyInterceptable extends GroovyObject
Marker interface used to notify that all methods should be intercepted through the invokeMethod
mechanism of GroovyObject
.
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
interface GroovyObject | getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty |
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/lang/GroovyInterceptable.html