/**@class java.lang.Void
@extends java.lang.Object

 The {@code Void} class is an uninstantiable placeholder class to hold a
 reference to the {@code Class} object representing the Java keyword
 void.

 @author  unascribed
 @since   JDK1.1
*/
var Void = {

/** The {@code Class} object representing the pseudo-type corresponding to
 the keyword {@code void}.
*/
TYPE : "null",

};