接口 DocletTagFactory

所有超级接口:
Serializable
所有已知实现类:
DefaultDocletTagFactory

public interface DocletTagFactory extends Serializable
版本:
$Revision$
作者:
Aslak Hellesøy
  • 方法详细资料

    • createDocletTag

      DocletTag createDocletTag(String tag, String text, JavaAnnotatedElement context, int lineNumber)
      参数:
      tag - the tag
      text - the text
      context - the context
      lineNumber - the line number
      返回:
      the doclet tag
      从以下版本开始:
      1.5
    • createDocletTag

      DocletTag createDocletTag(String tag, String text)
      参数:
      tag - the tag
      text - the text
      返回:
      the doclet tag
      从以下版本开始:
      1.5