@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface InfoMethod
| Modifier and Type | Optional Element and Description |
|---|---|
String |
tpName
Gives the name of timing point to use for this info method.
|
TimingPointType |
tpType
Indicates whether this info method represents an ENTER, EXIT, or NONE (no timing point).
|
public abstract TimingPointType tpType
public abstract String tpName
Copyright © 2011–2021 Eclipse Foundation. All rights reserved.