Interface DocletTagFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultDocletTagFactory

public interface DocletTagFactory extends Serializable
Version:
$Revision$
  • Method Details

    • createDocletTag

      DocletTag createDocletTag(String tag, String text, JavaAnnotatedElement context, int lineNumber)
      Parameters:
      tag - the tag
      text - the text
      context - the context
      lineNumber - the line number
      Returns:
      the doclet tag
      Since:
      1.5
    • createDocletTag

      DocletTag createDocletTag(String tag, String text)
      Parameters:
      tag - the tag
      text - the text
      Returns:
      the doclet tag
      Since:
      1.5