--- old/src/share/classes/com/sun/mirror/util/SimpleDeclarationVisitor.java 2009-07-26 21:26:25.000000000 -0700 +++ new/src/share/classes/com/sun/mirror/util/SimpleDeclarationVisitor.java 2009-07-26 21:26:24.000000000 -0700 @@ -37,11 +37,17 @@ * methods that correspond to the kinds of declarations on which it * will operate. * + * @deprecated All components of this API have been superseded by the + * standardized annotation processing API. The replacement for the + * functionality of this class is {@link + * javax.lang.model.util.SimpleElementVisitor6}. + * * @author Joseph D. Darcy * @author Scott Seligman * @since 1.5 */ - +@Deprecated +@SuppressWarnings("deprecation") public class SimpleDeclarationVisitor implements DeclarationVisitor { /**