Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] cflow example & annotation modifer on pointcut example

I've posted two more examples. The first demonstrates cflow. The second uses annotations to exclude pointcuts.
 
The cflow example is here: http://schuchert.wikispaces.com/AspectJ+CFlow
The annotation example starts here: http://schuchert.wikispaces.com/AspectJ+Annotation+Start
 
If you'd like to provide feedback, I'd appreciate it. I would especially like your opinion on which, if either, of the annotation examples you prefer. Same information, different order of presentation.
 
I'm working on a more comprehensive code base against which I'll have students design and then implement aspects. These examples, along with several others, form the building blocks with which students will be able to express their design intents.
 
Before I get to that, I'll add some other examples that use generics, among other things.
 
Thanks for having a look!
 
Brett

Back to the top