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

Print this page

        

@@ -38,11 +38,11 @@
 
 
 /**
  * Implementation of TypeParameterDeclaration
  */
-
+@SuppressWarnings("deprecation")
 public class TypeParameterDeclarationImpl extends DeclarationImpl
                                           implements TypeParameterDeclaration
 {
     protected TypeSymbol sym;