org.springframework.aop.framework
Class Cglib2AopProxy.SerializableNoOp
java.lang.Object
org.springframework.aop.framework.Cglib2AopProxy.SerializableNoOp
- All Implemented Interfaces:
- Serializable, Callback, NoOp
- 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
Fields inherited from interface net.sf.cglib.proxy.NoOp |
INSTANCE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Cglib2AopProxy.SerializableNoOp
public Cglib2AopProxy.SerializableNoOp()
Copyright (c) 2002-2007 The Spring Framework Project.