Package com.thoughtworks.qdox.model
Interface DocletTagFactory
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultDocletTagFactory
- Version:
- $Revision$
-
Method Summary
Modifier and TypeMethodDescriptioncreateDocletTag
(String tag, String text) createDocletTag
(String tag, String text, JavaAnnotatedElement context, int lineNumber)
-
Method Details
-
createDocletTag
- Parameters:
tag
- the tagtext
- the textcontext
- the contextlineNumber
- the line number- Returns:
- the doclet tag
- Since:
- 1.5
-
createDocletTag
- Parameters:
tag
- the tagtext
- the text- Returns:
- the doclet tag
- Since:
- 1.5
-