public interface DocletTagFactory extends Serializable
Modifier and Type | Method and Description |
---|---|
DocletTag |
createDocletTag(String tag,
String text) |
DocletTag |
createDocletTag(String tag,
String text,
JavaAnnotatedElement context,
int lineNumber) |
DocletTag createDocletTag(String tag, String text, JavaAnnotatedElement context, int lineNumber)
tag
- the tagtext
- the textcontext
- the contextlineNumber
- the line numberCopyright © 2002–2019. All rights reserved.