Aspect Binding
bindAspect(classes=match().mappings('UserService'),methods=match().methods('save'),aspects="MethodLogger");component name="UserService"{
function save(){
transaction {
// do some work here
}
}
}Was this helpful?