Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] final variables

On 1/13/06, Paulo Alexandre Corigo Zenida <paulo.zenida@xxxxxxxx> wrote:
>        public pointcut x() :
>                set(final * *.*) ||
>                get(final * *.*);

Unless I am wrong, you are capturing sets/gets in/for fields final _classes_.

Regards,
Michael


Back to the top