Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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


Back to the top