Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit 7720668

Browse files
authored
Annotate PropagationComponent#getB3Format() with ExperimentalApi. (#934)
1 parent 3b59ca2 commit 7720668

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/src/main/java/io/opencensus/trace/propagation/PropagationComponent.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
package io.opencensus.trace.propagation;
1818

19+
import io.opencensus.common.ExperimentalApi;
20+
1921
/**
2022
* Container class for all the supported propagation formats. Currently supports only Binary format
2123
* (see {@link BinaryFormat}) and B3 Text format (see {@link TextFormat}) but more formats will be
@@ -41,6 +43,7 @@ public abstract class PropagationComponent {
4143
* @since 0.11.0
4244
* @return the B3 {@code TextFormat} implementation for B3.
4345
*/
46+
@ExperimentalApi
4447
public abstract TextFormat getB3Format();
4548

4649
/**

0 commit comments

Comments
 (0)