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

MethodInvoker.VoidType (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


org.springframework.util
Class MethodInvoker.VoidType

java.lang.Object
  extended by org.springframework.util.MethodInvoker.VoidType
Enclosing class:
MethodInvoker

public static class MethodInvoker.VoidType
extends Object

Special marker class used for a void return value, differentiating void from a null value returned by the method. This is not used any longer by MethodInvoker, only MethodInvokingFactoryBean, but left here for backwards compatibility.


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

Constructor Detail

MethodInvoker.VoidType

public MethodInvoker.VoidType()


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