diff -r 22083952ee8f -r 22011d9a9398 langtools/src/share/classes/com/sun/mirror/type/MirroredTypesException.java --- a/langtools/src/share/classes/com/sun/mirror/type/MirroredTypesException.java Fri Jul 24 14:47:01 2009 -0700 +++ b/langtools/src/share/classes/com/sun/mirror/type/MirroredTypesException.java Sun Jul 26 21:27:11 2009 -0700 @@ -38,9 +38,16 @@ * Thrown when an application attempts to access a sequence of {@link Class} * objects each corresponding to a {@link TypeMirror}. * + * @deprecated All components of this API have been superseded by the + * standardized annotation processing API. The replacement for the + * functionality of this exception is {@link + * javax.lang.model.type.MirroredTypesException}. + * * @see MirroredTypeException * @see Declaration#getAnnotation(Class) */ +@Deprecated +@SuppressWarnings("deprecation") public class MirroredTypesException extends RuntimeException { private static final long serialVersionUID = 1;