There is no “official” pre-processor for Java, and there is no third-party one that is widely used.
- , , , IDE .
, , Java. ( , ) .
, , :
static final DEBUG = false;
public void frobnicate() {
if (DEBUG) {
doExpensiveFrobnicationDebugOperation();
}
doActualFrobnication();
}
, - .class.