Package io.helidon.microprofile.testing
Annotation Interface AddConfigBlocks
A repeatable container for
AddConfigBlock.
This annotation is optional, you can instead repeat AddConfigBlock.
E.g.
@AddConfigBlock(type = "yaml", value = """
foo1:
bar: "value1"
""")
@AddConfigBlock(type = "yaml", value = """
foo2:
bar: "value2"
""")
class MyTest {
}
- See Also:
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionGet the contained annotations.
-
Element Details
-
value
AddConfigBlock[] valueGet the contained annotations.- Returns:
- annotations
-