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

Print this page

        

@@ -38,11 +38,11 @@
 
 
 /**
  * Implementation of AnnotationValue
  */
-
+@SuppressWarnings("deprecation")
 public class AnnotationValueImpl implements AnnotationValue {
 
     protected final AptEnv env;
     protected final Attribute attr;
     protected final AnnotationMirrorImpl annotation;