Trail:

Tag Reference

AsDoclet recognizes different tags that can be used to pass additional commands to the generator. In order to be able to use different generators on the same codebase each tag needs to be prefixed with the generator name.

A valid tag hence would look like

/**
 * @<generator>.<tag> (<command>=<value>)*
 */

Currently, two generators are available

Recognized tags include

  • class - control class generation
  • method - control method generation
  • property - control property generation