[aspectwerkz-dev] The value of javadocs :-)
Barry Kaplan <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
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.)