public class DefaultDocletTagFactory extends Object implements DocletTagFactory
Constructor and Description |
---|
DefaultDocletTagFactory() |
Modifier and Type | Method and Description |
---|---|
DocletTag |
createDocletTag(String tag,
String text) |
DocletTag |
createDocletTag(String tag,
String text,
JavaAnnotatedElement context,
int lineNumber) |
public DocletTag createDocletTag(String tag, String text, JavaAnnotatedElement context, int lineNumber)
createDocletTag
in interface DocletTagFactory
tag
- the tagtext
- the textcontext
- the contextlineNumber
- the line numberpublic DocletTag createDocletTag(String tag, String text)
createDocletTag
in interface DocletTagFactory
tag
- the tagtext
- the textCopyright © 2002–2020. All rights reserved.