apm-agent-api/src/main/java/co/elastic/apm/api/NoopTransaction.java [48:68]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        return this;
    }

    @Nonnull
    @Override
    public Transaction setServiceInfo(String serviceName, String serviceVersion) {
        // noop
        return this;
    }

    @Nonnull
    @Override
    public Transaction useServiceInfoForClassLoader(ClassLoader classLoader) {
        // noop
        return this;
    }

    @Nonnull
    @Deprecated
    @Override
    public Transaction addTag(String key, String value) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



apm-agent-api/src/main/java/co/elastic/apm/api/TransactionImpl.java [56:76]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        return this;
    }

    @Nonnull
    @Override
    public Transaction setServiceInfo(String serviceName, String serviceVersion) {
        // co.elastic.apm.agent.pluginapi.TransactionInstrumentation$SetServiceInfoInstrumentation
        return this;
    }

    @Nonnull
    @Override
    public Transaction useServiceInfoForClassLoader(ClassLoader classLoader) {
        // co.elastic.apm.agent.pluginapi.TransactionInstrumentation$UseServiceInfoForClassLoaderInstrumentation
        return this;
    }

    @Nonnull
    @Deprecated
    @Override
    public Transaction addTag(String key, String value) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



