Annotation Interface HttpServiceFallback.Container
- Enclosing class:
HttpServiceFallback
@Target(TYPE)
@Retention(RUNTIME)
@Documented
public static @interface HttpServiceFallback.Container
Container annotation to allow multiple
HttpServiceFallback declarations on
the same class.- Since:
- 5.0.0
- Author:
- Olga Maciaszek-Sharma
-
Required Element Summary
Required Elements
-
Element Details
-
value
HttpServiceFallback[] valueThe set ofHttpServiceFallbackannotations.- Returns:
- array of fallback declarations
-