com.sun.btrace.annotations
Annotation Type OnExit


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface OnExit

BTrace method annotated by this annotation is called when BTrace "exit(int)" built-in function is called by some other BTrace action method.

Author:
A. Sundararajan