org.qi4j.api.mixin
Class NoopMixin

java.lang.Object
  extended by org.qi4j.api.mixin.NoopMixin
All Implemented Interfaces:
InvocationHandler

public final class NoopMixin
extends Object
implements InvocationHandler

Generic mixin that is a no-op. Can be useful if the functionality of a method is mainly provided by concerns and side-effects.


Constructor Summary
NoopMixin()
           
 
Method Summary
 Object invoke(Object object, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoopMixin

public NoopMixin()
Method Detail

invoke

public Object invoke(Object object,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable