Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Declaring Annotations




>From a quick glance... your test case is testing that the annotations is
present on the *class*, but your aspect is declaring annotations on the
*methods* of the class.

12 July 2005 13:02
To: aspectj-users@xxxxxxxxxxx
cc:
From: Valerio Schiavoni <ervalerio@xxxxxxxxxx>
Subject: [aspectj-users] Declaring Annotations


Hello

i'd like to unit-test if a declare @method works as supposed (to me).

So, i posted some code here:
http://veleno.pastebin.com/311804

but the test fails.

Maybe there's something wrong in the AnnotatorAspect: what i want to
obtain is that every declared method on the Pusher interface will be
annotated by ManagedResourceAnnotation.

Any one can suggest me something ?

Thanks,
Valerio Schiavoni
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top