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

the_mindstorm <[email protected]> Thu, 28 Oct 2004 09:25:14 +0300
Newsgroups gmane.comp.java.aspectwerkz.devel
Message-ID <[email protected]>
Quote [Alexandre Vasseur]:
> 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.

Yes indeed.

:the_mindstorm

> 
> 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
>>
>