AspectJ annotation matching
01/12/2010
Leave a comment
On my current project we were writing an aspect that must intercept any method annotated with a certain annotation. Each method could specify some values though that annotation, whose should be available on interception.
Just as a sample I wrote the annotation @Trace, which is told the message to trace, and a service class with a single method (of course annotated with @Trace). Read more…
Recent Comments