Saturday, May 26, 2007

Annoying warnings

If you are annoyed by warnings about unchecked conversions and the
@SuppressWarnings("unchecked") seems too broad (you have to annotate a whole method for just a line of code) this has an interesting suggestion. Interesting java syntax, too.

No comments: