@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface OnProbe
This annotation is used to specify a BTrace
probe point in an abstract fashion instead of
specifying the class and the method names. This
abstract namespace and (local) name are mapped to
one or more concrete probe points by the BTrace
agent at runtime.