8157606: deprecate com.sun.javadoc API

Reviewed-by: ksrini
This commit is contained in:
Jonathan Gibbons 2016-05-27 13:06:58 -07:00
parent ac7bd384c3
commit cfc5ca5719
224 changed files with 563 additions and 197 deletions

View File

@ -36,7 +36,12 @@ package com.sun.javadoc;
*
* @author Mahmood Ali
* @since 1.8
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface AnnotatedType extends Type {
/**

View File

@ -32,7 +32,13 @@ package com.sun.javadoc;
*
* @author Scott Seligman
* @since 1.5
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface AnnotationDesc {
/**
@ -65,7 +71,13 @@ public interface AnnotationDesc {
*
* @author Scott Seligman
* @since 1.5
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface ElementValuePair {
/**

View File

@ -31,7 +31,13 @@ package com.sun.javadoc;
*
* @author Scott Seligman
* @since 1.5
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface AnnotationTypeDoc extends ClassDoc {
/**

View File

@ -31,7 +31,13 @@ package com.sun.javadoc;
*
* @author Scott Seligman
* @since 1.5
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface AnnotationTypeElementDoc extends MethodDoc {
/**

View File

@ -31,7 +31,13 @@ package com.sun.javadoc;
*
* @author Scott Seligman
* @since 1.5
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface AnnotationValue {
/**

View File

@ -40,7 +40,13 @@ package com.sun.javadoc;
* @since 1.2
* @author Kaiyang Liu (original)
* @author Robert Field (rewrite)
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface ClassDoc extends ProgramElementDoc, Type {
/**

View File

@ -30,6 +30,12 @@ package com.sun.javadoc;
*
* @since 1.2
* @author Robert Field
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface ConstructorDoc extends ExecutableMemberDoc {
}

View File

@ -37,7 +37,13 @@ import java.util.Locale;
* @since 1.2
* @author Robert Field
* @author Scott Seligman (generics, enums, annotations)
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface Doc extends Comparable<Object> {
/**

View File

@ -30,7 +30,13 @@ package com.sun.javadoc;
*
* @since 1.2
* @author Robert Field
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface DocErrorReporter {
/**

View File

@ -47,7 +47,13 @@ package com.sun.javadoc;
* <p> To start the doclet, pass
* {@code -doclet} followed by the fully-qualified
* name of the starting class on the javadoc tool command line.
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public abstract class Doclet {
/**

View File

@ -30,7 +30,13 @@ package com.sun.javadoc;
*
* @since 1.2
* @author Robert Field
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface ExecutableMemberDoc extends MemberDoc {
/**

View File

@ -32,7 +32,13 @@ package com.sun.javadoc;
*
* @since 1.2
* @author Robert Field
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface FieldDoc extends MemberDoc {
/**

View File

@ -36,7 +36,13 @@ package com.sun.javadoc;
* affecting doclets is 1.5.
*
* @since 1.5
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public enum LanguageVersion {
/** 1.1 added nested classes and interfaces. */

View File

@ -37,7 +37,13 @@ package com.sun.javadoc;
*
* @author Kaiyang Liu (original)
* @author Robert Field (rewrite)
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface MemberDoc extends ProgramElementDoc {
/**

View File

@ -30,7 +30,13 @@ package com.sun.javadoc;
*
* @since 1.2
* @author Robert Field
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface MethodDoc extends ExecutableMemberDoc {
/**

View File

@ -36,7 +36,13 @@ package com.sun.javadoc;
* @since 1.2
* @author Kaiyang Liu (original)
* @author Robert Field (rewrite)
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface PackageDoc extends Doc {
/**

View File

@ -33,7 +33,12 @@ package com.sun.javadoc;
*
* @author Robert Field
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface ParamTag extends Tag {
/**

View File

@ -30,7 +30,13 @@ package com.sun.javadoc;
* This includes a parameter type and parameter name.
*
* @author Robert Field
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface Parameter {
/**

View File

@ -42,7 +42,13 @@ package com.sun.javadoc;
*
* @author Scott Seligman
* @since 1.5
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface ParameterizedType extends Type {
/**

View File

@ -35,7 +35,13 @@ package com.sun.javadoc;
* @see ClassDoc
*
* @author Robert Field
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface ProgramElementDoc extends Doc {
/**

View File

@ -34,7 +34,13 @@ package com.sun.javadoc;
*
* @since 1.2
* @author Robert Field
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface RootDoc extends Doc, DocErrorReporter {
/**

View File

@ -41,7 +41,12 @@ package com.sun.javadoc;
* @author Robert Field (rewrite)
* @author Atul M Dambalkar
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface SeeTag extends Tag {
/**

View File

@ -42,7 +42,13 @@ package com.sun.javadoc;
* @author Joe Fialli
*
* @see java.io.ObjectStreamField
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface SerialFieldTag extends Tag, Comparable<Object> {
/**

View File

@ -33,7 +33,13 @@ import java.io.File;
*
* @since 1.4
* @author Neal M Gafter
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface SourcePosition {
/** The source file. Returns null if no file information is
* available.

View File

@ -44,7 +44,12 @@ import java.util.Locale;
* @see SerialFieldTag
* @see Doc#tags()
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface Tag {
/**

View File

@ -34,7 +34,12 @@ package com.sun.javadoc;
* @author Atul M Dambalkar
* @see ExecutableMemberDoc#throwsTags()
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface ThrowsTag extends Tag {
/**

View File

@ -35,7 +35,13 @@ package com.sun.javadoc;
* @author Kaiyang Liu (original)
* @author Robert Field (rewrite)
* @author Scott Seligman (generics)
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface Type {
/**

View File

@ -35,7 +35,13 @@ package com.sun.javadoc;
*
* @author Scott Seligman
* @since 1.5
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface TypeVariable extends Type {
/**

View File

@ -38,7 +38,13 @@ package com.sun.javadoc;
*
* @author Scott Seligman
* @since 1.5
*
* @deprecated
* The declarations in this package have been superseded by those
* in the package {@code jdk.javadoc.doclet}.
* For more information, see the <i>Migration Guide</i> in the documentation for that package.
*/
@Deprecated
public interface WildcardType extends Type {
/**

View File

@ -27,6 +27,7 @@
<p style="font-style: italic; font-size:larger">
<b>Note:</b> The declarations in this package have been superseded by those
in the package {@code jdk.javadoc.doclet}.
For more information, see the <i>Migration Guide</i> in the documentation for that package.
</p>
The Doclet API (also called the Javadoc API) provides a mechanism
@ -149,4 +150,5 @@ producing output like:
@see com.sun.javadoc.Doclet
@see com.sun.javadoc.RootDoc
*/
@Deprecated
package com.sun.javadoc;

View File

@ -64,8 +64,11 @@ import com.sun.javadoc.*;
*
* @since 1.4
* @author Jamie Ho
*
* @deprecated
* This interface has been superseded by one in the new package {@code jdk.javadoc.doclet.taglet}.
*/
@Deprecated
public interface Taglet {
/**

View File

@ -42,6 +42,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
* @author Atul M Dambalkar
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public abstract class AbstractExecutableMemberWriter extends AbstractMemberWriter {
public AbstractExecutableMemberWriter(SubWriterHolderWriter writer,

View File

@ -50,6 +50,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
* @author Atul M Dambalkar
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class AbstractIndexWriter extends HtmlDocletWriter {
/**

View File

@ -47,6 +47,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
* @author Jamie Ho (Re-write)
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public abstract class AbstractMemberWriter {
protected final ConfigurationImpl configuration;

View File

@ -46,6 +46,7 @@ import com.sun.tools.doclets.internal.toolkit.util.DocPath;
* @author Atul M Dambalkar
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public abstract class AbstractPackageIndexWriter extends HtmlDocletWriter {
/**

View File

@ -46,6 +46,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
*
* @author Atul M Dambalkar
*/
@Deprecated
public abstract class AbstractTreeWriter extends HtmlDocletWriter {
/**

View File

@ -48,6 +48,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
* @author Doug Kramer
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class AllClassesFrameWriter extends HtmlDocletWriter {
/**

View File

@ -41,6 +41,7 @@ import com.sun.tools.doclets.internal.toolkit.*;
*
* @author Bhavesh Patel
*/
@Deprecated
public class AnnotationTypeFieldWriterImpl extends AbstractMemberWriter
implements AnnotationTypeFieldWriter, MemberSummaryWriter {

View File

@ -42,6 +42,7 @@ import com.sun.tools.doclets.internal.toolkit.*;
* @author Jamie Ho
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class AnnotationTypeOptionalMemberWriterImpl extends
AnnotationTypeRequiredMemberWriterImpl
implements AnnotationTypeOptionalMemberWriter, MemberSummaryWriter {

View File

@ -42,6 +42,7 @@ import com.sun.tools.doclets.internal.toolkit.*;
* @author Jamie Ho
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class AnnotationTypeRequiredMemberWriterImpl extends AbstractMemberWriter
implements AnnotationTypeRequiredMemberWriter, MemberSummaryWriter {

View File

@ -51,6 +51,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
* @author Robert Field
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class AnnotationTypeWriterImpl extends SubWriterHolderWriter
implements AnnotationTypeWriter {

View File

@ -52,6 +52,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
* @author Robert G. Field
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class ClassUseWriter extends SubWriterHolderWriter {
final ClassDoc classdoc;

View File

@ -55,6 +55,7 @@ import java.io.IOException;
* @author Robert Field
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class ClassWriterImpl extends SubWriterHolderWriter
implements ClassWriter {

View File

@ -65,6 +65,7 @@ import com.sun.tools.javadoc.main.RootDocImpl;
* @author Jamie Ho
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class ConfigurationImpl extends Configuration {
/**

View File

@ -45,6 +45,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
* @author Bhavesh Patel (Modified)
* @since 1.4
*/
@Deprecated
public class ConstantsSummaryWriterImpl extends HtmlDocletWriter
implements ConstantsSummaryWriter {

View File

@ -45,6 +45,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
* @author Atul M Dambalkar
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class ConstructorWriterImpl extends AbstractExecutableMemberWriter
implements ConstructorWriter, MemberSummaryWriter {

View File

@ -44,6 +44,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
* @author Atul M Dambalkar
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class DeprecatedListWriter extends SubWriterHolderWriter {
private static final String[] ANCHORS = new String[] {

View File

@ -43,6 +43,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
* @author Jamie Ho
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class EnumConstantWriterImpl extends AbstractMemberWriter
implements EnumConstantWriter, MemberSummaryWriter {

View File

@ -45,6 +45,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
* @author Jamie Ho (rewrite)
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class FieldWriterImpl extends AbstractMemberWriter
implements FieldWriter, MemberSummaryWriter {

View File

@ -48,6 +48,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
*
* @author Atul M Dambalkar
*/
@Deprecated
public class FrameOutputWriter extends HtmlDocletWriter {
/**

View File

@ -42,6 +42,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
*
* @author Atul M Dambalkar
*/
@Deprecated
public class HelpWriter extends HtmlDocletWriter {
HtmlTree mainTree = HtmlTree.MAIN();

View File

@ -46,6 +46,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
* @author Jamie Ho
*
*/
@Deprecated
public class HtmlDoclet extends AbstractDoclet {
// An instance will be created by validOptions, and used by start.
private static HtmlDoclet docletToStart = null;

View File

@ -53,6 +53,7 @@ import com.sun.tools.javac.util.StringUtils;
* @author Robert Field
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class HtmlDocletWriter extends HtmlDocWriter {
/**

View File

@ -45,6 +45,7 @@ import com.sun.tools.doclets.internal.toolkit.taglets.*;
* @author Joe Fialli
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class HtmlSerialFieldWriter extends FieldWriterImpl
implements SerializedFormWriter.SerialFieldWriter {
ProgramElementDoc[] members = null;

View File

@ -42,6 +42,7 @@ import com.sun.tools.doclets.internal.toolkit.taglets.*;
* @author Joe Fialli
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class HtmlSerialMethodWriter extends MethodWriterImpl implements
SerializedFormWriter.SerialMethodWriter{

View File

@ -44,6 +44,7 @@ import com.sun.tools.doclets.internal.toolkit.util.links.*;
* @author Jamie Ho
* @since 1.5
*/
@Deprecated
public class LinkFactoryImpl extends LinkFactory {
private HtmlDocletWriter m_writer;

View File

@ -37,6 +37,7 @@ import com.sun.tools.doclets.internal.toolkit.util.links.*;
* This code and its internal interfaces are subject to change or
* deletion without notice.</b>
*/
@Deprecated
public class LinkInfoImpl extends LinkInfo {
public enum Kind {

View File

@ -38,6 +38,7 @@ import com.sun.tools.doclets.internal.toolkit.util.links.*;
* @author Jamie Ho
* @since 1.5
*/
@Deprecated
public class LinkOutputImpl implements LinkOutput {
/**

View File

@ -46,6 +46,7 @@ import com.sun.tools.javac.util.StringUtils;
* @author Jamie Ho (rewrite)
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class MethodWriterImpl extends AbstractExecutableMemberWriter
implements MethodWriter, MemberSummaryWriter {

View File

@ -45,6 +45,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
* @author Jamie Ho (rewrite)
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class NestedClassWriterImpl extends AbstractMemberWriter
implements MemberSummaryWriter {

View File

@ -46,6 +46,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
* @author Atul M Dambalkar
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class PackageFrameWriter extends HtmlDocletWriter {
/**

View File

@ -45,6 +45,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
*
* @author Atul M Dambalkar
*/
@Deprecated
public class PackageIndexFrameWriter extends AbstractPackageIndexWriter {
/**

View File

@ -46,6 +46,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
* @author Atul M Dambalkar
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class PackageIndexWriter extends AbstractPackageIndexWriter {
/**

View File

@ -44,6 +44,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
* @author Atul M Dambalkar
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class PackageTreeWriter extends AbstractTreeWriter {
/**

View File

@ -44,6 +44,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
* @author Robert G. Field
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class PackageUseWriter extends SubWriterHolderWriter {
final PackageDoc pkgdoc;

View File

@ -46,6 +46,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
* @author Atul M Dambalkar
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class PackageWriterImpl extends HtmlDocletWriter
implements PackageSummaryWriter {

View File

@ -45,6 +45,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
* @author Jamie Ho (rewrite)
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class PropertyWriterImpl extends AbstractMemberWriter
implements PropertyWriter, MemberSummaryWriter {

View File

@ -33,6 +33,7 @@ package com.sun.tools.doclets.formats.html;
* This code and its internal interfaces are subject to change or
* deletion without notice.</b>
*/
@Deprecated
public class SearchIndexItem {
private String label = "";

View File

@ -35,6 +35,7 @@ package com.sun.tools.doclets.formats.html;
*
* @author Bhavesh Patel
*/
@Deprecated
public enum SectionName {
ANNOTATION_TYPE_ELEMENT_DETAIL("annotation.type.element.detail"),

View File

@ -44,6 +44,7 @@ import com.sun.tools.doclets.internal.toolkit.util.DocletAbortException;
*
* @author Atul M Dambalkar
*/
@Deprecated
public class SerializedFormWriterImpl extends SubWriterHolderWriter
implements SerializedFormWriter {

View File

@ -46,6 +46,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
* @author Atul M Dambalkar
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class SingleIndexWriter extends AbstractIndexWriter {
private List<Object> elements;

View File

@ -47,6 +47,7 @@ import com.sun.tools.javadoc.main.SourcePositionImpl;
* @author Bhavesh Patel (Modified)
* @since 1.4
*/
@Deprecated
public class SourceToHTMLConverter {
/**

View File

@ -46,6 +46,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
* @author Atul M Dambalkar
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class SplitIndexWriter extends AbstractIndexWriter {
/**

View File

@ -53,6 +53,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
* @author Atul M Dambalkar
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public abstract class SubWriterHolderWriter extends HtmlDocletWriter {
/**

View File

@ -49,6 +49,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class TagletWriterImpl extends TagletWriter {
private final HtmlDocletWriter htmlWriter;

View File

@ -47,6 +47,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
* @author Atul M Dambalkar
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class TreeWriter extends AbstractTreeWriter {
/**

View File

@ -42,6 +42,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
* @author Jamie Ho
* @since 1.5
*/
@Deprecated
public class WriterFactoryImpl implements WriterFactory {
private final ConfigurationImpl configuration;

View File

@ -41,6 +41,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
*
* @author Bhavesh Patel
*/
@Deprecated
public class Comment extends Content {
private String commentText;

View File

@ -35,6 +35,7 @@ import com.sun.tools.doclets.internal.toolkit.Content;
/**
* A sequence of Content nodes.
*/
@Deprecated
public class ContentBuilder extends Content {
protected List<Content> contents = Collections.<Content>emptyList();

View File

@ -41,6 +41,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
*
* @author Bhavesh Patel
*/
@Deprecated
public class DocType extends Content {
private String docType;

View File

@ -37,6 +37,7 @@ import com.sun.tools.javac.util.StringUtils;
*
* @author Bhavesh Patel
*/
@Deprecated
public enum HtmlAttr {
ALT,
CLASS,

View File

@ -37,6 +37,7 @@ import com.sun.tools.doclets.internal.toolkit.Content;
*
* @author Bhavesh Patel
*/
@Deprecated
public class HtmlConstants {
/**

View File

@ -53,6 +53,7 @@ import com.sun.tools.doclets.internal.toolkit.util.DocPaths;
* @author Atul M Dambalkar
* @author Robert Field
*/
@Deprecated
public abstract class HtmlDocWriter extends HtmlWriter {
public static final String CONTENT_TYPE = "text/html";

View File

@ -42,6 +42,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
*
* @author Bhavesh Patel
*/
@Deprecated
public class HtmlDocument extends Content {
private List<Content> docContent = Collections.<Content>emptyList();

View File

@ -35,6 +35,7 @@ package com.sun.tools.doclets.formats.html.markup;
*
* @author Bhavesh Patel
*/
@Deprecated
public enum HtmlStyle {
aboutLanguage,
activeTableTab,

View File

@ -37,6 +37,7 @@ import com.sun.tools.javac.util.StringUtils;
*
* @author Bhavesh Patel
*/
@Deprecated
public enum HtmlTag {
A(BlockType.INLINE, EndTag.END),
BLOCKQUOTE,

View File

@ -44,6 +44,7 @@ import com.sun.tools.doclets.formats.html.markup.HtmlAttr.Role;
*
* @author Bhavesh Patel
*/
@Deprecated
public class HtmlTree extends Content {
private HtmlTag htmlTag;

View File

@ -30,6 +30,7 @@ package com.sun.tools.doclets.formats.html.markup;
*
* @author Bhavesh Patel
*/
@Deprecated
public enum HtmlVersion {
HTML4,
HTML5,

View File

@ -45,6 +45,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
* @author Atul M Dambalkar
* @author Bhavesh Patel (Modified)
*/
@Deprecated
public class HtmlWriter {
/**

View File

@ -41,6 +41,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
*
* @author Bhavesh Patel
*/
@Deprecated
public class RawHtml extends Content {
private String rawHtmlContent;

View File

@ -41,6 +41,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
*
* @author Bhavesh Patel
*/
@Deprecated
public class StringContent extends Content {
private StringBuilder stringContent;

View File

@ -41,6 +41,7 @@ import com.sun.tools.doclets.internal.toolkit.util.*;
*
* @author Jamie Ho
*/
@Deprecated
public abstract class AbstractDoclet {
/**

View File

@ -41,6 +41,7 @@ import com.sun.javadoc.*;
* @since 1.8
*/
@Deprecated
public interface AnnotationTypeFieldWriter {
/**

View File

@ -40,6 +40,7 @@ import com.sun.javadoc.*;
* @since 1.5
*/
@Deprecated
public interface AnnotationTypeOptionalMemberWriter extends
AnnotationTypeRequiredMemberWriter {

View File

@ -42,6 +42,7 @@ import com.sun.javadoc.*;
* @since 1.5
*/
@Deprecated
public interface AnnotationTypeRequiredMemberWriter {
/**

View File

@ -41,6 +41,7 @@ import com.sun.javadoc.*;
* @since 1.5
*/
@Deprecated
public interface AnnotationTypeWriter {
/**

View File

@ -41,6 +41,7 @@ import com.sun.javadoc.*;
* @since 1.5
*/
@Deprecated
public interface ClassWriter {
/**

View File

@ -54,6 +54,7 @@ import com.sun.tools.javac.util.StringUtils;
* @author Atul Dambalkar.
* @author Jamie Ho
*/
@Deprecated
public abstract class Configuration {
/**

View File

@ -43,6 +43,7 @@ import com.sun.javadoc.*;
* @since 1.5
*/
@Deprecated
public interface ConstantsSummaryWriter {
/**

View File

@ -41,6 +41,7 @@ import com.sun.javadoc.*;
* @since 1.5
*/
@Deprecated
public interface ConstructorWriter {
/**

Some files were not shown because too many files have changed in this diff Show More