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 DocletTagFactorytag - the tagtext - the textcontext - the contextlineNumber - the line numberpublic DocletTag createDocletTag(String tag, String text)
createDocletTag in interface DocletTagFactorytag - the tagtext - the textCopyright © 2002–2025. All rights reserved.