Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Cflow/StackOverflow Problem that drives me crazy

On 09-08-2006, Wed at 12:02 -0400, Antoine Baudoux <ab@xxxxxxxxx> wrote:
> !cflow(execution(public * org.taktik.digiscreen.security.*.*(..)))

Shouldn't that be:

!cflow(execution(public * org.taktik.digiscreen.security..*(..)))

?

Cheers,
-- 
José A. Romero L.
joseito@xxxxxxxxxxxxxx
"We who cut mere stones must always be envisioning cathedrals."
(Quarry worker's creed)



Back to the top