langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/AnnotationValueImpl.java
changeset 3378 22011d9a9398
parent 10 06bc494ca11e
child 5520 86e4b9a9da40
equal deleted inserted replaced
3377:22083952ee8f 3378:22011d9a9398
    38 
    38 
    39 
    39 
    40 /**
    40 /**
    41  * Implementation of AnnotationValue
    41  * Implementation of AnnotationValue
    42  */
    42  */
    43 
    43 @SuppressWarnings("deprecation")
    44 public class AnnotationValueImpl implements AnnotationValue {
    44 public class AnnotationValueImpl implements AnnotationValue {
    45 
    45 
    46     protected final AptEnv env;
    46     protected final AptEnv env;
    47     protected final Attribute attr;
    47     protected final Attribute attr;
    48     protected final AnnotationMirrorImpl annotation;
    48     protected final AnnotationMirrorImpl annotation;