org.springframework.util
Class MethodInvoker.VoidType

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

public static class MethodInvoker.VoidType
extends java.lang.Object

Special marker class used for a void return value, differentiating void from a null value returned by the method.


Constructor Summary
MethodInvoker.VoidType()
           
 
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) 2003-2004 The Spring Framework Project.