| [News.eclipse.dsdp.mtj] Re: Preprocessor question: defined value substitution |
The preprocessor supports the following directives inside a Java source file. All directives follow a "//" comment that starts at the beginning of a line (whitespace is allowed left of them, but no Java code). That way, they don't interfere with normal Java compilation. Directives must not span multiple lines of code. In addition, whitespace is allowed between the // and the # of the directive to maintain preprocessor commands validity after eclipse source formatting.
From http://antenna.sourceforge.net/wtkpreprocess.php
I believe the correct to declare what you want is: