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