classafIoc::MethodAdvisor

sys::Obj
  afIoc::MethodAdvisor

Passed into module advisor methods to allow the method to, err, advise services!

@see The Advise facet for more details.

@since 1.3.0

addAdvice

Source

Void addAdvice(|MethodInvocation->Obj? aspect)

Add an aspect that will be called when the method is invoked

method

Source

const Method method

The method to advise