RE: [aspectwerkz-dev] The value of javadocs :-)
"Jonas Boner" <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
Hey, I deserved it. :-) What can I say? Lack of time? I will try to improve. The join point index keep track of the number of transformations a specific join point has gone through. /Jonas > -----Original Message----- > From: news [mailto:[email protected]] On Behalf Of Barry Kaplan > Sent: Thursday, June 24, 2004 3:28 AM > To: [email protected] > Subject: [aspectwerkz-dev] The value of javadocs :-) > > When stepping thru MethodExecutionTransformer I wanted to > know what m_joinPointIndex was used for, so I look at the javadoc: > > /** > * The join point index. > */ > private int m_joinPointIndex; > > Now I know :-) > > (Sorry, couldn't help it. I'm just in a teasing mood.) > >