tags:

views:

31

answers:

0

If I migrate java5 code to java6 a lot of @Override are missing => NetBeans gives me a lot of hints. How can I accept multiple hints at once? (The same would be nice to have for @SuppressWarnings and other hints)

Or can I programmatically do this? some hacks are explained here