[aosd-discuss] About modifier in method signature
Kawtip Nippon
kawtip at yahoo.com
Fri Aug 11 01:08:34 EST 2006
Dear all,
I want to capture calls to methods that have no modifier(default) visibility types. But when I wrote the pointcut like this >> call (* * ()), the aspect would capture all the methods (with private protected public or no modifier) for me. I have to write a pointcut like this >> call(!public !protected !private * * ()), I can capture the call joinpoint I want.
Are there any simpler ways to capture the default methods which have no modifier?
Thank you,
Kawtip.
---------------------------------
Stay in the know. Pulse on the new Yahoo.com. Check it out.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/discuss_aosd.net/attachments/20060811/bf310b41/attachment.html
More information about the discuss
mailing list