langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/AnnotationProxyMaker.java
changeset 3378 22011d9a9398
parent 2212 1d3dc0e0ba0c
child 5003 fd0b30cdbe5c
equal deleted inserted replaced
3377:22083952ee8f 3378:22011d9a9398
    47  * java.lang.annotation.Annotation.
    47  * java.lang.annotation.Annotation.
    48  *
    48  *
    49  * <p> The "dynamic proxy return form" of an attribute element value is
    49  * <p> The "dynamic proxy return form" of an attribute element value is
    50  * the form used by sun.reflect.annotation.AnnotationInvocationHandler.
    50  * the form used by sun.reflect.annotation.AnnotationInvocationHandler.
    51  */
    51  */
    52 
    52 @SuppressWarnings("deprecation")
    53 class AnnotationProxyMaker {
    53 class AnnotationProxyMaker {
    54 
    54 
    55     private final AptEnv env;
    55     private final AptEnv env;
    56     private final Attribute.Compound attrs;
    56     private final Attribute.Compound attrs;
    57     private final Class<? extends Annotation> annoType;
    57     private final Class<? extends Annotation> annoType;