open fun getUserAttributes(): MutableMap<String, Any>
Return user attributes associated with this invocation. This method provides an invocation-bound alternative to a ThreadLocal.
This map is initialized lazily and is not used in the AOP framework itself.
Return
any user attributes associated with this invocation (never null)