Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Getting compilation error on a simple aspect

--- unmesh joshi <unmesh_joshi@xxxxxxxxx> wrote:
> 
>      pointcut visitCall():execution(* visit(..));

Shouldn't this be -
pointcut visitCall():execution(* *.visit(..));

-Balaji

__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com


Back to the top