org.springframework.aop.framework
Class Cglib2AopProxy.SerializableNoOp

java.lang.Object
  extended by org.springframework.aop.framework.Cglib2AopProxy.SerializableNoOp
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Cglib2AopProxy

public static class Cglib2AopProxy.SerializableNoOp
extends java.lang.Object
implements java.io.Serializable

Serializable replacement for CGLIB's NoOp interface. Public to allow use elsewhere in the framework.

See Also:
Serialized Form

Constructor Summary
Cglib2AopProxy.SerializableNoOp()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cglib2AopProxy.SerializableNoOp

public Cglib2AopProxy.SerializableNoOp()