Performs sanity checks, whether the actual joinpoint may be invoked
By default checks that the underlying target is not null and the called method is implemented by the target's type.
| Exception Type | Condition |
|---|---|
| ArgumentNullException | if target is null. |
| NotSupportedException | if the target 's type does not implement method. |
AbstractMethodInvocation Class | Spring.Aop.Framework Namespace