@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface InjectedTrace
This annotation indicates that trace has been injected into a method by a
processor in order to avoid double processing. This annotation is not
intended to be added manually.