src/share/classes/com/sun/mirror/apt/RoundState.java

Print this page

        

*** 26,39 **** --- 26,46 ---- package com.sun.mirror.apt; /** * Represents the status of a completed round of annotation processing. * + * @deprecated All components of this API have been superseded by the + * standardized annotation processing API. The replacement for the + * functionality of this interface is {@link + * javax.annotation.processing.RoundEnvironment}. + * * @author Joseph D. Darcy * @author Scott Seligman * @since 1.5 */ + @Deprecated + @SuppressWarnings("deprecation") public interface RoundState { /** * Returns <tt>true</tt> if this was the last round of annotation * processing; returns <tt>false</tt> if there will be a subsequent round. */