[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] Problem with annotation based pointcut and inner classes
|
- From: Christian Kölle <christian.koelle@xxxxxxxxx>
- Date: Fri, 29 Aug 2008 13:46:17 +0200
- Delivered-to: aspectj-users@eclipse.org
- User-agent: Mozilla-Thunderbird 2.0.0.16 (X11/20080724)
Andrew Eisenberg wrote:
> Does this not work for you? The call to method() in main() is where
> the advice is applied.
>
Hi
Thanks for the answer and sorry for the question in the first place.
You're right, this works fine. My problem was the result of a build
problem in our project. The subproject in question hasn't been weaved
with the aspect.
Sorry for wasting your time
Christian