Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Privileged aspect declration support by the AspectJ5 annotation

That is not supported and is unlikely to be. The #1 motivation for
@AspectJ style is to have aspect compiled by a regular javac, so
privileged aspects would break that.
Alex

On 11/27/05, Eiichiro Uchiumi <eiichirouchiumi@xxxxxxxxxxx> wrote:
> Hi, All
>
> I have a question about the matter of the subject.
>
> At the AspectJ5 Developer's Notebook /  Chapter 9,
> it is written that " Privileged aspects are not supported by the annotation
> style. "
>
> As for this, does this have the person who knows
> whether it is scheduled to be supported by the release in the future?
>
> When the person who has the same problem comes,
> could you tell me what method you adopt to make an aspect that
> has to access(get/set) private fields .
>
> I'm sorry by poor English...
>
> Eiichiro Uchiumi (Tokyo/Japan)
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


Back to the top