Skip to content

Commit

Permalink
Manage RateLimiting meta-annotation #352 (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcGiffing authored Oct 25, 2024
1 parent 64ec971 commit e535523
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
package com.giffing.bucket4j.spring.boot.starter.context;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import java.lang.annotation.*;

@Target(value = {ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
public @interface RateLimiting {

/**
Expand Down

0 comments on commit e535523

Please sign in to comment.