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

Print this page

        

@@ -38,11 +38,11 @@
 
 
 /**
  * Implementation of FieldDeclaration
  */
-
+@SuppressWarnings("deprecation")
 class FieldDeclarationImpl extends MemberDeclarationImpl
                                   implements FieldDeclaration {
 
     protected VarSymbol sym;