// // Copyright (c) 2006, Brian Frank and Andy Frank // Licensed under the Academic Free License version 3.0 // // History: // 9 Jan 06 Brian Frank Creation // ** ** Void is used to represent the absence of a return value in a Method. ** const final class Void { ** ** Private constructor. ** private new make() }