Skip to content

Commit c90e7e3

Browse files
committed
Add since annotations
1 parent 67a886e commit c90e7e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api/all/src/main/java/io/opentelemetry/api/GlobalOpenTelemetry.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ private GlobalOpenTelemetry() {}
9393
*
9494
* <p>Native instrumentation should use this method to initialize their default {@link
9595
* OpenTelemetry} instance. See class javadoc for more details.
96+
*
97+
* @since 1.57.0
9698
*/
9799
public static OpenTelemetry getOrNoop() {
98100
synchronized (mutex) {
@@ -105,6 +107,8 @@ public static OpenTelemetry getOrNoop() {
105107
*
106108
* <p>Application custom instrumentation should use this method during initialization. See class
107109
* javadoc for more details.
110+
*
111+
* @since 1.57.0
108112
*/
109113
public static boolean isSet() {
110114
synchronized (mutex) {

0 commit comments

Comments
 (0)