langtools/src/share/classes/com/sun/mirror/apt/RoundState.java
changeset 3378 22011d9a9398
parent 10 06bc494ca11e
child 5520 86e4b9a9da40
equal deleted inserted replaced
3377:22083952ee8f 3378:22011d9a9398
    26 package com.sun.mirror.apt;
    26 package com.sun.mirror.apt;
    27 
    27 
    28 /**
    28 /**
    29  * Represents the status of a completed round of annotation processing.
    29  * Represents the status of a completed round of annotation processing.
    30  *
    30  *
       
    31  * @deprecated All components of this API have been superseded by the
       
    32  * standardized annotation processing API.  The replacement for the
       
    33  * functionality of this interface is {@link
       
    34  * javax.annotation.processing.RoundEnvironment}.
       
    35  *
    31  * @author Joseph D. Darcy
    36  * @author Joseph D. Darcy
    32  * @author Scott Seligman
    37  * @author Scott Seligman
    33  * @since 1.5
    38  * @since 1.5
    34  */
    39  */
       
    40 @Deprecated
       
    41 @SuppressWarnings("deprecation")
    35 public interface RoundState {
    42 public interface RoundState {
    36     /**
    43     /**
    37      * Returns <tt>true</tt> if this was the last round of annotation
    44      * Returns <tt>true</tt> if this was the last round of annotation
    38      * processing; returns <tt>false</tt> if there will be a subsequent round.
    45      * processing; returns <tt>false</tt> if there will be a subsequent round.
    39      */
    46      */