langtools/src/share/classes/com/sun/tools/apt/mirror/type/AnnotationTypeImpl.java
changeset 3378 22011d9a9398
parent 10 06bc494ca11e
child 5520 86e4b9a9da40
equal deleted inserted replaced
3377:22083952ee8f 3378:22011d9a9398
    34 
    34 
    35 
    35 
    36 /**
    36 /**
    37  * Implementation of AnnotationType
    37  * Implementation of AnnotationType
    38  */
    38  */
    39 
    39 @SuppressWarnings("deprecation")
    40 public class AnnotationTypeImpl extends InterfaceTypeImpl
    40 public class AnnotationTypeImpl extends InterfaceTypeImpl
    41                                 implements AnnotationType {
    41                                 implements AnnotationType {
    42 
    42 
    43     AnnotationTypeImpl(AptEnv env, Type.ClassType type) {
    43     AnnotationTypeImpl(AptEnv env, Type.ClassType type) {
    44         super(env, type);
    44         super(env, type);