org.shaneking.spring.currentlimiter.aspectj.CurrentLimiterConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.shaneking.spring.currentlimiter Show documentation
Show all versions of org.shaneking.spring.currentlimiter Show documentation
Spring CurrentLimiter For ShaneKing
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();
}