Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] LockSignature & UnlockSignature

Hello,

I was just browsing the aspectj runtime api

http://www.eclipse.org/aspectj/doc/released/runtime-api/index.html

and noticed 2 documented signature types, LockSignature and
UnlockSignature, were these meant to be documented? If so, I do not
seem to be able to find the language construct documentation where I
could make sense of these. Where can I find these?

or how do I capture join points corresponding to LockSignature and
UnlockSignature?


Thanks
Bhaskar


Back to the top