Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Is it possible to dynamically exclude joinpoints at runtime?

Thanks, this worked great!

------------------------------------

Ramnivas Laddad wrote:

Chad,

You can use if() pointcut that checks for information obtained from
thisJoinPointStaticPart to implement such functionality. Please
refer to online documentaion for JoinPoint.StaticPart's API
(thisJoinPointStaticPart's type).

-Ramnivas




Back to the top