All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yammer.telemetry.tracing.Annotations Maven / Gradle / Ivy

The newest version!
package com.yammer.telemetry.tracing;

public class Annotations {
    private static ServiceAnnotations serviceAnnotations = new ServiceAnnotations();

    public static void setServiceAnnotations(ServiceAnnotations serviceAnnotations) {
        Annotations.serviceAnnotations = serviceAnnotations;
    }

    public static ServiceAnnotations getServiceAnnotations() {
        return serviceAnnotations;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy