We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f1cd6 commit 132edb7Copy full SHA for 132edb7
google-http-client/src/main/java/com/google/api/client/http/OpenCensusUtils.java
@@ -14,6 +14,7 @@
14
15
package com.google.api.client.http;
16
17
+import com.google.api.client.util.Beta;
18
import com.google.api.client.util.Preconditions;
19
import com.google.common.annotations.VisibleForTesting;
20
@@ -35,11 +36,13 @@
35
36
import javax.annotation.Nullable;
37
38
/**
39
+ * {@link Beta} <br/>
40
* Utilities for Census monitoring and tracing.
41
*
42
* @author Hailong Wen
43
* @since 1.28
44
*/
45
+@Beta
46
public class OpenCensusUtils {
47
48
private static final Logger logger = Logger.getLogger(OpenCensusUtils.class.getName());
0 commit comments