--- old/src/share/classes/com/sun/mirror/declaration/AnnotationTypeElementDeclaration.java 2009-07-26 21:26:11.000000000 -0700 +++ new/src/share/classes/com/sun/mirror/declaration/AnnotationTypeElementDeclaration.java 2009-07-26 21:26:11.000000000 -0700 @@ -29,11 +29,17 @@ /** * Represents an element of an annotation type. * + * @deprecated All components of this API have been superseded by the + * standardized annotation processing API. The replacement for the + * functionality of this interface is included in {@link + * javax.lang.model.element.ExecutableElement}. + * * @author Joe Darcy * @author Scott Seligman * @since 1.5 */ - +@Deprecated +@SuppressWarnings("deprecation") public interface AnnotationTypeElementDeclaration extends MethodDeclaration { /**