langtools/src/share/classes/com/sun/mirror/declaration/AnnotationTypeElementDeclaration.java
changeset 3378 22011d9a9398
parent 10 06bc494ca11e
child 5520 86e4b9a9da40
equal deleted inserted replaced
3377:22083952ee8f 3378:22011d9a9398
    27 
    27 
    28 
    28 
    29 /**
    29 /**
    30  * Represents an element of an annotation type.
    30  * Represents an element of an annotation type.
    31  *
    31  *
       
    32  * @deprecated All components of this API have been superseded by the
       
    33  * standardized annotation processing API.  The replacement for the
       
    34  * functionality of this interface is included in {@link
       
    35  * javax.lang.model.element.ExecutableElement}.
       
    36  *
    32  * @author Joe Darcy
    37  * @author Joe Darcy
    33  * @author Scott Seligman
    38  * @author Scott Seligman
    34  * @since 1.5
    39  * @since 1.5
    35  */
    40  */
    36 
    41 @Deprecated
       
    42 @SuppressWarnings("deprecation")
    37 public interface AnnotationTypeElementDeclaration extends MethodDeclaration {
    43 public interface AnnotationTypeElementDeclaration extends MethodDeclaration {
    38 
    44 
    39     /**
    45     /**
    40      * Returns the default value of this element.
    46      * Returns the default value of this element.
    41      *
    47      *