Interface Java.DocCommentable

    • Method Detail

      • getDocComment

        @Nullable
        java.lang.String getDocComment()
        Returns:
        The doc comment of the object or null
      • hasDeprecatedDocTag

        boolean hasDeprecatedDocTag()
        Returns true if the object has a doc comment and the @deprecated tag appears in the doc comment.