@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface Advice.AssignReturned.AsScalar
Indicates that the advice method's return value is to be treated as a scalar value also if it is
of an array type. This implies that the advice method's return value is assigned as such and not by
array element.