>>>>> "Bryce" == Bryce McKinlay <bryce@albatross.co.nz> writes: Bryce> I propose an interface (this ensures that only constants can be Bryce> defined) called gnu.classpath.Flags (or CompileSettings? Bryce> DebugFlags?) Maybe `Configuration'? if (Configuration.DEBUG) { ... } Bryce> Comments? Sounds like a good idea to me. Tom