langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/formats/html/AnnotationTypeWriterImpl.java
changeset 38617 d93a7f64e231
parent 29957 7740f9657f56
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    49  *
    49  *
    50  * @author Atul M Dambalkar
    50  * @author Atul M Dambalkar
    51  * @author Robert Field
    51  * @author Robert Field
    52  * @author Bhavesh Patel (Modified)
    52  * @author Bhavesh Patel (Modified)
    53  */
    53  */
       
    54 @Deprecated
    54 public class AnnotationTypeWriterImpl extends SubWriterHolderWriter
    55 public class AnnotationTypeWriterImpl extends SubWriterHolderWriter
    55         implements AnnotationTypeWriter {
    56         implements AnnotationTypeWriter {
    56 
    57 
    57     protected AnnotationTypeDoc annotationType;
    58     protected AnnotationTypeDoc annotationType;
    58 
    59