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

Print this page

        

*** 35,45 **** /** * Implementation of AnnotationTypeDeclaration */ ! public class AnnotationTypeDeclarationImpl extends InterfaceDeclarationImpl implements AnnotationTypeDeclaration { AnnotationTypeDeclarationImpl(AptEnv env, ClassSymbol sym) { super(env, sym); --- 35,45 ---- /** * Implementation of AnnotationTypeDeclaration */ ! @SuppressWarnings("deprecation") public class AnnotationTypeDeclarationImpl extends InterfaceDeclarationImpl implements AnnotationTypeDeclaration { AnnotationTypeDeclarationImpl(AptEnv env, ClassSymbol sym) { super(env, sym);