Interface MemberDoc

All Superinterfaces:
Comparable<Object>, Doc, ProgramElementDoc
All Known Subinterfaces:
AnnotationTypeElementDoc, ConstructorDoc, ExecutableMemberDoc, FieldDoc, MethodDoc
All Known Implementing Classes:
AnnotationTypeElementDocImpl, ConstructorDocImpl, ExecutableMemberDocImpl, FieldDocImpl, MemberDocImpl, MethodDocImpl

@Deprecated public interface MemberDoc extends ProgramElementDoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
Represents a member of a java class: field, constructor, or method. This is an abstract class dealing with information common to method, constructor and field members. Class members of a class (innerclasses) are represented instead by ClassDoc.
See Also:
  • Method Details

    • isSynthetic

      boolean isSynthetic()
      Deprecated.
      Returns true if this member was synthesized by the compiler.
      Returns:
      true if this member was synthesized by the compiler.