Class DefaultDocletTagFactory

    • Constructor Detail

      • DefaultDocletTagFactory

        public DefaultDocletTagFactory()
    • Method Detail

      • createDocletTag

        public DocletTag createDocletTag​(java.lang.String tag,
                                         java.lang.String text,
                                         JavaAnnotatedElement context,
                                         int lineNumber)
        Specified by:
        createDocletTag in interface DocletTagFactory
        Parameters:
        tag - the tag
        text - the text
        context - the context
        lineNumber - the line number
        Returns:
        the doclet tag
      • createDocletTag

        public DocletTag createDocletTag​(java.lang.String tag,
                                         java.lang.String text)
        Specified by:
        createDocletTag in interface DocletTagFactory
        Parameters:
        tag - the tag
        text - the text
        Returns:
        the doclet tag