Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] How to intercept package private or private class??

Hi Jason.

I think you have to use the "privileged" modifier when declaring your aspect.

Eric

2008/10/17 Jason Weinstein <Jason.Weinstein@xxxxxxx>:
> How to intercept package private or private class??
>
> I can't import the class?
>
> Is it possible?
>
> Have to use reflection after interception? Can't imagine there is a way to
> use this() or args()?
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>



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


Back to the top