TracNav menu
- Home
- Introduction
-
Generators
- Actionscript
- C#
-
Tag Reference
-
<generator>.class
- annotation
- async
- async.returntype
- bean
- annotation
- ignore
- proxy
- proxy.superclass
- proxy.name
-
<generator>.method
- annotation
- async
- async.returntype
- ignore
-
<generator>.property
- annotation
- ignore
- type
- Type Mapping
- Using Ant
- Repository
- Downloads
- Licence
- Contact
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
- actionscript - Actionscript Generator
- cs - C# Generator
Recognized tags include