diff -r 22083952ee8f -r 22011d9a9398 langtools/src/share/classes/com/sun/mirror/apt/RoundCompleteListener.java --- a/langtools/src/share/classes/com/sun/mirror/apt/RoundCompleteListener.java Fri Jul 24 14:47:01 2009 -0700 +++ b/langtools/src/share/classes/com/sun/mirror/apt/RoundCompleteListener.java Sun Jul 26 21:27:11 2009 -0700 @@ -28,10 +28,17 @@ /** * Listener for the completion of a round of annotation processing. * + * @deprecated All components of this API have been superseded by the + * standardized annotation processing API. This interface has no + * direct analog in the standardized API because the different round + * model renders it unnecessary. + * * @author Joseph D. Darcy * @author Scott Seligman * @since 1.5 */ +@Deprecated +@SuppressWarnings("deprecation") public interface RoundCompleteListener extends AnnotationProcessorListener { /** * Invoked after all processors for a round have run to completion.