Re: [aspectwerkz-dev] Re: RES: [aspectwerkz-user] Aspects Inheritance error

Alexandre Vasseur <[email protected]> Thu, 28 Oct 2004 02:18:36 +0200
Newsgroups gmane.comp.java.aspectwerkz.devel
Message-ID <[email protected]>
right
Advice must be public
Aspects must be public
else we should throw some warning

allowing for other modifiers would mean that the aspect would narrow
down the pointcuts implictly which is not good.

No bug, just a fairly not explicit enough error message.

Alex

On Thu, 28 Oct 2004 01:04:15 +0200, Jonas BonĂ©r <[email protected]> wrote:
> The documentation is correct. Advice methods can only be public.
> 
> /Jonas
>