Re: [aspectwerkz-dev] Creating AOPified javadocs
the_mindstorm <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi! I finally got some time to look into ajdoc implementation. If i got it right the process used is the following: - compile the sources (weave aspects in) - generate fake/stub sources (including only declaration and javadoc comments) from weaved classes - run javadoc upon the stubs - inject aspect related directly into html This seems to me a pretty complex and long process (2 memory extensive consumers are run: weaving (AspectJ compiler) and javadoc). The draft solution I have in my mind is the following: - using QDox extract all joinpoint definitions - solve joinpoint definitions upon available sources - inject specific javadoc comments into the QDox structures - write down stubs generated by QDox - run javadoc upon stubs using a specific doclet Please give me your impressions/opinions on the above. 10x ::the_mindstorm PS: by the way, I am still using a nickname and I was not presenting myself: Alexandru Popescu.