RSS

Tag Archive | "annotations"

Supported Values for @SuppressWarnings

Friday, October 5, 2007

11 Comments

If you are a Java developer and use the new @SuppressWarnings annotation in your code from time-to-time to suppress compiler warnings you, like me, have wondered probably about a million times already just exactly what are the supported values that can be used with this annotation. The reason the list isn’t easy to find is because [...]

Continue reading...