@Target(value=PARAMETER) @Retention(value=RUNTIME) public @interface BindParameterArray
Pointcut advice method
(@IsEnabled, @OnBefore, @OnReturn,
@OnThrow, @OnAfter).
When the advice method is called, all of the parameters passed to the method matched by the
Pointcut are wrapped into a single Object[] and bound to this parameter.
Parameters annotated with @BindMethodName must be of type Object[].
Copyright © 2011–2018 Glowroot contributors. All rights reserved.