|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectNote
public final class Note
The @note tag for inserting a note in a javadoc comment.
| Method Summary | |
|---|---|
String |
getName()
Returns the name of this custom tag. |
boolean |
inConstructor()
Returns true since @note can be used in constructor |
boolean |
inField()
Returns true since @note can be used in field documentation. |
boolean |
inMethod()
Returns true since @note can be used in method documentation. |
boolean |
inOverview()
Returns true since @note can be used in overview. |
boolean |
inPackage()
Returns true since @note can be used in package documentation. |
boolean |
inType()
Returns true since @note can be used in type documentation
(classes or interfaces). |
boolean |
isInlineTag()
Returns true since @note is an inline tag. |
static void |
register(Map<String,Taglet> tagletMap)
Register this taglet. |
String |
toString(Tag tag)
Given the Tag representation of this custom tag, return its string representation. |
String |
toString(Tag[] tags)
Given an array of Tags representing this custom tag, return its string
representation. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void register(Map<String,Taglet> tagletMap)
tagletMap - the map to register this tag to.public String getName()
getName in interface Tagletpublic boolean inOverview()
true since @note can be used in overview.
inOverview in interface Taglettrue.public boolean inPackage()
true since @note can be used in package documentation.
inPackage in interface Taglettrue.public boolean inType()
true since @note can be used in type documentation
(classes or interfaces).
inType in interface Taglettrue.public boolean inConstructor()
true since @note can be used in constructor
inConstructor in interface Taglettrue.public boolean inMethod()
true since @note can be used in method documentation.
inMethod in interface Taglettrue.public boolean inField()
true since @note can be used in field documentation.
inField in interface Taglettrue.public boolean isInlineTag()
true since @note is an inline tag.
isInlineTag in interface Taglettrue.public String toString(Tag tag)
Tag representation of this custom tag, return its string representation.
toString in interface Taglettag - The tag to format.
public String toString(Tag[] tags)
Tags representing this custom tag, return its string
representation. This method should not be called since arrays of inline tags do
not exist. However we define it as a matter of principle.
toString in interface Taglettags - The tags to format.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||