What does //$FALL-THROUGH$ comment mean in Eclipse? I did Google but couldn't find anything.
2 Answers
Have a look at the Eclipse 3.5 release news. There it is shown (you have search for "fall"). It is meant for cases where you cannot use @SuppressWarnings("fallthrough").