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

com.iih5.actor.util.GlobalConstant Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version
package com.iih5.actor.util;

import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicLong;

/**
 * Created by XUEYI on 2016/4/1.
 */
public class GlobalConstant {
    /**
     * 全局计数器
     */
    public static AtomicLong ATOMIC_COUNTER= new AtomicLong();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy