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

cn.ly.base_common.dayu.custom.annotation.CircuitBreakerResource Maven / Gradle / Ivy

package cn.ly.base_common.dayu.custom.annotation;

import java.lang.annotation.*;

/**
 * Created by liaomengge on 2019/10/30.
 */
@Documented
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
public @interface CircuitBreakerResource {

    String value() default "";

    String fallback() default "";

    Class fallbackClass();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy