Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Re: withincode and overriden methods


Ron,

>By the way, using within(Type) && withincode(* foo()) is simpler, but it
>does exclude matches of ITD's where withincode(* Type.foo()) would match,
>but within(Type) might well not!

Which you might want as an ITD is logically part of a different concern i.e. the aspect.

Matthew Webster
AOSD Project
Java Technology Centre, MP146
IBM Hursley Park, Winchester,  SO21 2JN, England
Telephone: +44 196 2816139 (external) 246139 (internal)
Email: Matthew Webster/UK/IBM @ IBMGB, matthew_webster@xxxxxxxxxx
http://w3.hursley.ibm.com/~websterm/

Back to the top