Class BaseInlineTaglet

  • All Implemented Interfaces:
    Taglet
    Direct Known Subclasses:
    CodeTaglet, DocRootTaglet, IndexTaglet, InheritDocTaglet, LiteralTaglet, ValueTaglet

    @Deprecated
    public abstract class BaseInlineTaglet
    extends BaseTaglet
    Deprecated.
    An abstract inline taglet that outputs HTML.

    This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.

    Since:
    1.4
    • Constructor Detail

      • BaseInlineTaglet

        public BaseInlineTaglet()
        Deprecated.
    • Method Detail

      • isInlineTag

        public boolean isInlineTag()
        Deprecated.
        Will return true since this is an inline tag.
        Specified by:
        isInlineTag in interface Taglet
        Overrides:
        isInlineTag in class BaseTaglet
        Returns:
        true since this is an inline tag.