How can i enable "abstract enum [SomeClassName]" in eclipse with jdk7 ?
With Indigo Service Release 2 and jdk7, it will report error in the code when I write "abstract enum [SomeClassName] ".
Is there something I need to do in order to get this working ?
i need that feature very much, which reduce my labor dramatically.