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

Print this page

        

@@ -47,11 +47,11 @@
  * java.lang.annotation.Annotation.
  *
  * <p> The "dynamic proxy return form" of an attribute element value is
  * the form used by sun.reflect.annotation.AnnotationInvocationHandler.
  */
-
+@SuppressWarnings("deprecation")
 class AnnotationProxyMaker {
 
     private final AptEnv env;
     private final Attribute.Compound attrs;
     private final Class<? extends Annotation> annoType;