[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
|
- From: Alexandre Vasseur <avasseur@xxxxxxxxx>
- Date: Mon, 28 Nov 2005 09:00:20 +0100
- Delivered-to: aspectj-users@eclipse.org
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=oOBVtKJpTpK/KdBVjeOiSdMS2bTEY12y9D6PNBC/qY+Yqt3+sAYSWZ+X4qbM0JmJmZohImZud00QW50hZ6qCVrK2uLSd2nTNUbjaB0R7o5Tyg9UoPHzqJgxR1NZrUVIwqvaZbsPsMUQ/zp/1Q9/vDixWYtLEtoYXA3KTRrA/t2c=
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
>