java.lang
public final class Void extends Object
Void.TYPE
(also available as void.class
) can be supported for
reflection return types.
This class could be Serializable, but that is up to Sun.
Since: 1.1
UNKNOWN: updated to 1.5
Field Summary | |
---|---|
static Class<Void> | TYPE
The return type void is represented by this
Class object. |
void
is represented by this
Class
object.