Browse by Tags

All Tags » AOP (RSS)

AspectF fluent way to put Aspects into your code for separation of concern

Aspects are common features that you write every now and then in different parts of your project. it can be some specific way of handling exceptions in your code, or logging method calls, or timing execution of methods, or retrying some methods and so...
Posted by omar | 17 comment(s)
Filed under: ,