@Nullable open fun invoke(mi: MethodInvocation): Any
Overrides MethodInterceptor.invoke
Subclasses may need to override this if they want to perform custom behaviour in around advice. However, subclasses should invoke this method, which handles introduced interfaces and forwarding to the target.