Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Setting annotated field attribute using AspectJ

Hi Zia.

> Is it possible to manipulate the annotated @JndiInject attribute in the
> advice?

No, that's not possible in Java either. All these values are final.

Eric

-- 
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada


Back to the top