diff -r 22083952ee8f -r 22011d9a9398 langtools/src/share/classes/com/sun/mirror/type/ClassType.java --- a/langtools/src/share/classes/com/sun/mirror/type/ClassType.java Fri Jul 24 14:47:01 2009 -0700 +++ b/langtools/src/share/classes/com/sun/mirror/type/ClassType.java Sun Jul 26 21:27:11 2009 -0700 @@ -38,11 +38,17 @@ * of a class, a ClassType represents a class type. * See {@link TypeDeclaration} for more on this distinction. * + * @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.type.DeclaredType}. + * * @author Joseph D. Darcy * @author Scott Seligman * @since 1.5 */ - +@Deprecated +@SuppressWarnings("deprecation") public interface ClassType extends DeclaredType { /**