org.springframework.aop.framework
Class Cglib2AopProxy.SerializableNoOp

java.lang.Object
  extended byorg.springframework.aop.framework.Cglib2AopProxy.SerializableNoOp
All Implemented Interfaces:
Callback, NoOp, Serializable
Enclosing class:
Cglib2AopProxy

public static class Cglib2AopProxy.SerializableNoOp
extends Object
implements NoOp, Serializable

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

See Also:
Serialized Form

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

Constructor Detail

Cglib2AopProxy.SerializableNoOp

public Cglib2AopProxy.SerializableNoOp()


Copyright (C) 2003-2004 The Spring Framework Project.