java.lang.Object | +--java.lang.Void
Void.TYPE
void.class
This class could be Serializable, but that is up to Sun.
static java.lang.Class
TYPE
The return type void is represented by this Class object.
void
Class
public static final Class TYPE
Void.TYPE
(also available asvoid.class
) can be supported for reflection return types.This class could be Serializable, but that is up to Sun.