Class ICUNewTaglet

java.lang.Object
com.ibm.icu.dev.tool.docs.ICUTaglet
com.ibm.icu.dev.tool.docs.ICUNewTaglet
All Implemented Interfaces:
Taglet

public class ICUNewTaglet extends ICUTaglet
This taglet should be used in the first line of any icu-specific members in a class that is an enhancement of a JDK class (see ICUEnhancedTaglet). It generates the '[icu]' marker followed by the <strong> text, if any. This does not start or end a paragraph or provide additional leading or trailing punctuation such as spaces or periods.

Note: if the text is '_usage_' (without quotes) this spits out a boilerplate message describing the meaning of the '[icu]' tag. This should be done in the first paragraph of the class docs of any class containing '@icu' tags.