why does a variable be bracketted in double @val@!Thank you
I have download a open-source coded in Java from sourceforge websit,
There are some source code like this
public final static int CURRENT_OPTIMIZATION = @optimizationLevel@;
public final static int OBJECT_ACTIVITY_TIMEOUT = @oectActivityTimeout@;
if (@waitForTransactions@ == true) {
setupShutdownHook();
}
why does a variable a bracked in double ·@·,what does this mean? I have used java for coding few month, please give some advice,Thank you