Annotation Interface Arguments


@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface Arguments
Analogous to Argument but binding with the full arguments map.
Since:
1.0.0
Author:
Rossen Stoyanchev