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

org.shaneking.spring.currentlimiter.aspectj.CurrentLimiterConstant Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
package org.shaneking.spring.currentlimiter.aspectj;

import com.google.common.collect.Maps;

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

public class CurrentLimiterConstant {
  public static final Map BUCKET_MAP = Maps.newConcurrentMap();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy