org.mockito.internal.creation.jmock
Class SerializableNoOp

java.lang.Object
  extended by org.mockito.internal.creation.jmock.SerializableNoOp
All Implemented Interfaces:
java.io.Serializable, net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.NoOp

public class SerializableNoOp
extends java.lang.Object
implements net.sf.cglib.proxy.NoOp, java.io.Serializable

See Also:
Serialized Form

Field Summary
static net.sf.cglib.proxy.Callback SERIALIZABLE_INSTANCE
           
 
Fields inherited from interface net.sf.cglib.proxy.NoOp
INSTANCE
 
Constructor Summary
SerializableNoOp()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERIALIZABLE_INSTANCE

public static final net.sf.cglib.proxy.Callback SERIALIZABLE_INSTANCE
Constructor Detail

SerializableNoOp

public SerializableNoOp()