rkalla/simple-java-xml-parser

Java 7's Annonation to remove compiler warnings

Opened this issue · 1 comments

if any XMLParser constructors have @SafeVarargs, no more unchecked warning.

Example http://blog.jetbrains.com/idea/2011/04/java-7-safevarargs/

I am wondering how many people still use Java 6.

Not a bad suggestion - unfortunately a lot of the enterprise deployments are still using Java 6 - but I think we are getting closer to the point that we could roll a change like this in.