You can use the task tag //TODO Change this laterin eclipse and configure Eclipse to display a compile-time warning for all TODOs.
public static void main(String[] args) {
String mode = "DEV"
}
You can see all such task tags collectively, in one place, by doing Window > Show View > Markers.
Please note that there are others, for example FIXME, XXX. By default, the priority of the tag TODO NORMAL, and << 24> - HIGH.
