From the Java docs:
public final class Void
extends Object
The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the Java keyword void.
static Class TYPE
The Class object representing the primitive Java type void.
TYPE
public static final Class TYPE
The Class object representing the primitive Java type void.