Annotation Type Advice.AssignReturned.ToFields


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

    Assigns the advice method's return value to a given field.

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