com.sun.btrace.annotations
Annotation Type Return


@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface Return

Marks a method parameter as the one that should contain the return value

Author:
Jaroslav Bachorik