I'd like to do this in Java Google App Engine
if(developmentMode)
foo();
else
bar();
Does anyone know a good way to do this?
Daniel
I'd like to do this in Java Google App Engine
if(developmentMode)
foo();
else
bar();
Does anyone know a good way to do this?
Daniel