src/share/classes/java/lang/SuppressWarnings.java

Print this page

        

@@ -64,8 +64,9 @@
      * <p> The string {@code "unchecked"} is used to suppress
      * unchecked warnings. Compiler vendors should document the
      * additional warning names they support in conjunction with this
      * annotation type. They are encouraged to cooperate to ensure
      * that the same names work across multiple compilers.
+     * @return the set of warnings to be suppressed
      */
     String[] value();
 }