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