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

org.zalando.logbook.servlet.Attributes Maven / Gradle / Ivy

There is a newer version: 1.5.1
Show newest version
package org.zalando.logbook.servlet;

import org.zalando.logbook.Logbook;

final class Attributes {

    static final String CORRELATOR = Logbook.class.getName() + ".CORRELATOR";

    Attributes() {
        // package private so we can trick code coverage
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy