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

 Placeholder class for the Java keyword {@code void}.

 @since 1.1
*/
var Void = {

/** The {@link java.lang.Class} object that represents the primitive type {@code void}.
*/
TYPE : "null",

};