kodbasen

Where the compass is spinning around software
Simple Groovy AOP using MOP

Development

I was looking for a simple solution for adding cross cutting concerns to Groovy classes. The most obvious solution was to implement GroovyInterceptable but I wanted a less intrusive solution. After a bit of googling I’ve stumbled across DelegatingMetaClass.

18 Aug 2014 #Development #Groovy