FileDocCategorySizeDatePackage
DevelopmentMode.javaAPI DocExample2207Sun Dec 14 22:47:38 GMT 2003oreilly.hcj._development

DevelopmentMode

public final class DevelopmentMode extends Object
Development mode constants for conditional compilation.
author
Robert (Kraythe) Simmons jr.

Fields Summary
public static final boolean
hcj_bankdata
Development mode constant for package oreilly.hcj.bankdata.
public static final boolean
hcj_collections
Development mode constant for package oreilly.hcj.bankdata.
public static final boolean
hcj_constants
Development mode constant for package oreilly.hcj.bankdata.
public static final boolean
hcj_datamodeling
Development mode constant for package oreilly.hcj.bankdata.
public static final boolean
hcj_exceptions
Development mode constant for package oreilly.hcj.bankdata.
public static final boolean
hcj_finalstory
Development mode constant for package oreilly.hcj.bankdata.
public static final boolean
hcj_immutable
Development mode constant for package oreilly.hcj.bankdata.
public static final boolean
hcj_nested
Development mode constant for package oreilly.hcj.bankdata.
public static final boolean
hcj_proxies
Development mode constant for package oreilly.hcj.bankdata.
public static final boolean
hcj_references
Development mode constant for package oreilly.hcj.bankdata.
public static final boolean
hcj_review
Development mode constant for package oreilly.hcj.bankdata.
Constructors Summary
private DevelopmentMode()
Hidden Constructor.


	   	 
	  
		assert false : "DevelopmentMode is a Singleton.";
	
Methods Summary