New issue 323 by matt...@douglasstribe.com: Add SupprrssWarnings to
generated Java code
http://code.google.com/p/protobuf/issues/detail?id=323
The generated Java code for protocol buffers has many warning if compiled
in a project set to a high warning level. It would be convenient if all
classes generated by protocol buffers were tagged with
@SuppressWarnings(value="all")
For Java 6+ targeted code, an @javax.annotation.Generated annotation should
also be added with the date and an identifier (e.g. "com.google.protobuf")
to help static analysis tools identify the generated code.