designtime problem - how to exclude code from preprocessing?

The problem is:how to exclude a piece of code from preprocessing while designtime?I need something like a C++ preprocessing directive, e.g. :#designtime// code ommited by IDE while designtime//but processed by compiler and in runtime#end
[299 byte] By [Mariuszek] at [2007-11-26 8:53:09]
# 1
Pl. refer to: http://java.sun.com/developer/JDCTechTips/2003/tt0408.html#2The above URL details a method that uses static final variables to mimic the ifdef functionality provided by c/c++ preprocessors...
KarthikR at 2007-7-6 22:47:12 > top of Java-index,Development Tools,Java Tools...