public interface DocletTagFactory
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
DocletTag |
createDocletTag(java.lang.String tag,
java.lang.String text) |
DocletTag |
createDocletTag(java.lang.String tag,
java.lang.String text,
JavaAnnotatedElement context,
int lineNumber) |
DocletTag createDocletTag(java.lang.String tag, java.lang.String text, JavaAnnotatedElement context, int lineNumber)
tag
- the tagtext
- the textcontext
- the contextlineNumber
- the line numberDocletTag createDocletTag(java.lang.String tag, java.lang.String text)
tag
- the tagtext
- the text