Groovy 1.7.5

groovy.lang
[Java] Interface GroovyInterceptable

groovy.lang.GroovyObject
  groovy.lang.GroovyInterceptable
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.

Authors:
Guillaume Laforge


Copyright © 2003-2010 The Codehaus. All rights reserved.