langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/AnnotationTypeElementDocImpl.java
changeset 38617 d93a7f64e231
parent 37938 42baa89d2156
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    40  *
    40  *
    41  * @author Scott Seligman
    41  * @author Scott Seligman
    42  * @since 1.5
    42  * @since 1.5
    43  */
    43  */
    44 
    44 
       
    45 @Deprecated
    45 public class AnnotationTypeElementDocImpl
    46 public class AnnotationTypeElementDocImpl
    46         extends MethodDocImpl implements AnnotationTypeElementDoc {
    47         extends MethodDocImpl implements AnnotationTypeElementDoc {
    47 
    48 
    48     public AnnotationTypeElementDocImpl(DocEnv env, MethodSymbol sym) {
    49     public AnnotationTypeElementDocImpl(DocEnv env, MethodSymbol sym) {
    49         super(env, sym);
    50         super(env, sym);