@Retention(value=RUNTIME) @Target(value=METHOD) @Inherited public @interface RateLimited
int
callsPerMinute
callsPerSecond
public abstract int callsPerSecond
public abstract int callsPerMinute
Copyright © 2020. All rights reserved.