[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: "Andrew Eisenberg" <andrew@xxxxxxxxxxxx>
- Date: Fri, 29 Aug 2008 08:15:00 -0700
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :sender:to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=8vXl9X/xy7fCLP3tan4/8xVJchSw2chVFzAmSxPLfLI=; b=dg/ZVa3Gi4ldwYWcDFtCanJ4JqXRj1A7f+cdYJrwwjfIN/j27QaMVEj0YVLRh0/CFH eEsL0TMejcqHaPFPaZKqaeg9DLq6Gi5uL6KbhFi6Vr+keuNgmnGfN1qHSdkzWCoMNzyV 2K33eGRN4snd2jiL45OJbtfPGYW/M7oD1QGe8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references:x-google-sender-auth; b=jH3ZXipcIBkVBeG9tEIoZ0YijVS5TIGjouWJ4jsv1mBGjXK4fCevxC2fakMrjP/IGB GCExZd083e9hry2qVsv99XAYVEDJ9IDO8arkssUSU32gCqMVzC6mY2xRSs8XJ3OJESLv lVrIrV7/W+NsaZSc+AD00jBjIVlDyHfhvNZ2s=
No problem at all. :-)
On Fri, Aug 29, 2008 at 4:46 AM, Christian Kölle
<christian.koelle@xxxxxxxxx> wrote:
> 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
>