Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Parameters

> (Also, it's a doc bug that ".." in args(...) is not better documented.
> I couldn't find it in either quick reference or the programming
> guide semantics appendix; perhaps my search was bad.)

While the documentation for ".." is being worked on it would also be good
to point out that call(foo(*)) and call(foo(..)) match different functions
(a syntactic vinegar "gotcha") and the two shouldn't be confused.

Thanks,
Macneil




Back to the top