Annotation Type Advice.AssignReturned.ToArguments


  • @Documented
    @Retention(RUNTIME)
    @Target(METHOD)
    public static @interface Advice.AssignReturned.ToArguments

    Assigns the advice method's return value to an argument of the instrumented method of the given index.

    Important: This annotation has no effect unless an Advice.AssignReturned post processor is explicitly registered.