站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 1.2.9 API 文档英文版

Cglib2AopProxy.SerializableNoOp (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


org.springframework.aop.framework
Class Cglib2AopProxy.SerializableNoOp

java.lang.Object
  extended by 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

Field Summary
 
Fields inherited from interface net.sf.cglib.proxy.NoOp
INSTANCE
 
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()


Copyright (c) 2002-2007 The Spring Framework Project.