Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Dokumentation Tools ?

There has been a lot of discussion about how to document
aspects in the UML, but the UML has not adopted a standard.
(See, e.g., the workshop session on point at AOSD 2003.)

For AspectJ 1.0 programs, you can use AjDoc, which is
like javadoc except that it also documents pointcuts,
inter-type declarations, aspects, etc.  Currently
ajdoc for AspectJ 1.1 is on hold pending resolution
of some AJDE API's for static structure.

Wes

Jan Kerssenfischer wrote:

Hello everybody,
Are there any Tools for AspectJ for Documentation? I think a normal
Class Diagram or UML is not working properly. If there are no special
Tools, how do you manage to Document your Projects ?
Best Regards
Jan Kerssenfischer



Back to the top