Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] DefaultPointcut

Hi,
I am looking at the class PointcutDesignator and DefaultPointcut. I do not see any representation of parameters for pointcut. So if I have:
pointcut(String a): target(a);
 
the getDetails() API returns "target(a)", but there is no way to get the parameter part. Has this been implemented?


Thanks a lot,
Sincerely,
Irum Godil.
 


Yahoo! FareChase - Search multiple travel sites in one click.

Back to the top