@Retention(value=RUNTIME) @Limiting @Target(value={METHOD,TYPE}) public @interface TokenBucket
String
bucket
int
tokenUsed
public abstract String bucket
public abstract int tokenUsed
Copyright © 2021. All rights reserved.