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

Print this page

        

@@ -37,11 +37,11 @@
 
 
 /**
  * Implementation of ParameterDeclaration
  */
-
+@SuppressWarnings("deprecation")
 public class ParameterDeclarationImpl extends DeclarationImpl
                                       implements ParameterDeclaration
 {
     protected VarSymbol sym;