Generic Observer Pattern with AspectJ

Been playing around with AspectJ and just made my first, not so simple, AspectJ code and it works like a charm. There are still some things that I don’t fully understand but it’s late so maybe tomorrow I’ll get it.

Follow the read more link to see the source code for my Generic ObserverPattern implementation.