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-2005 The Spring Framework Project.