Package io.smallrye.stork.api.config
Annotation Type LoadBalancerAttributes
-
@Retention(RUNTIME) @Target(TYPE) public @interface LoadBalancerAttributes
Annotation used to define arrays ofLoadBalancerAttribute.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description LoadBalancerAttribute[]value
-
-
-
Element Detail
-
value
LoadBalancerAttribute[] value
- Returns:
- the array of
LoadBalancerAttribute, must not containnull.
-
-