com.sun.btrace.annotations
Annotation Type TargetMethodOrField


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

It is used to mark a probe method argument as the receiver of called method name in Location = Kind.CALL

Since:
1.1
Author:
Jaroslav Bachorik

Optional Element Summary
 boolean fqn
          Flag indicating whether a fully qualified name (FQN) or a simple method/field name should be used
 

fqn

public abstract boolean fqn
Flag indicating whether a fully qualified name (FQN) or a simple method/field name should be used

Default:
false