Searched refs:InstrumentOptions (Results 1 – 3 of 3) sorted by relevance
33 @interface InstrumentOptions {} annotation
45 @InstrumentOptions
47 @Inject void setOptions(@InstrumentOptions ImmutableMap<String, String> options) { in setOptions()