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

com.github.jerryxia.devhelper.requestcapture.log.LogConstants Maven / Gradle / Ivy

Go to download

This is a helper tool library in developing or testing java web application.

There is a newer version: 1.1.2
Show newest version
package com.github.jerryxia.devhelper.requestcapture.log;

import java.util.concurrent.atomic.AtomicLong;

/**
 * @author guqiankun
 *
 */
class LogConstants {

    public static final AtomicLong LOG_ENTRY_ID = new AtomicLong(0);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy