Tag Reference for @xdocletThese tags are used to generate Xdoclet module's xdoclet.xml files that is needed for a module to be slurped by xdoclet. Class Level Tags Method Level Tags
Field Level Tags
Tag Usage, Class Level (@xdoclet)@xdoclet.taghandler (0..1)Class tag to put on Tags Handler classes
@xdoclet.merge-file (0..*)Class tag to document a subtask's templates' merge points.
Tag Reference for @docThese tags are used to generate the template tag documentation. Class Level Tags
Method Level Tags Field Level Tags
Tag Usage, Method Level (@doc)@doc.tag (0..1)Indicates that the method implements a template tag.
@doc.param (0..1)Describes a parameter of the template tag.
Tag Reference for @msgThese tags are used to generate i18n message bundles Class Level Tags Method Level Tags
Field Level Tags Tag Usage, Class Level (@msg)@msg.bundle (0..1)Use on class level to customize generation of message bundles and translator classes. Tag Usage, Field Level (@msg)@msg.message (0..*)Place this tag on static final string fields initialised with property key
|