@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface TraceLambda
Modifier and Type | Optional Element and Description |
---|---|
boolean |
includeNonstatic
Tells the agent to try matching the marked classes non-static methods against the pattern.
|
java.lang.String |
pattern
Tells the agent the pattern to try matching against the marked classes method names.
|