The doucumentation for java.lang.Void states that:
"The Void class is an uninstantiable placeholder class to hold a reference
to the Class object representing the primitive Java type void"
See JLS 14.8 (page 287) which categorically states that void is not a type
in Java.
gilad.bracha@eng 2000-12-05
"The Void class is an uninstantiable placeholder class to hold a reference
to the Class object representing the primitive Java type void"
See JLS 14.8 (page 287) which categorically states that void is not a type
in Java.
gilad.bracha@eng 2000-12-05