src/share/classes/com/sun/tools/apt/mirror/declaration/Constants.java

Print this page

        

@@ -37,10 +37,11 @@
 
 
 /**
  * Utility class for operating on constant expressions.
  */
+@SuppressWarnings("deprecation")
 class Constants {
 
     /**
      * Converts a constant in javac's internal representation (in which
      * boolean, char, byte, short, and int are each represented by an Integer)