AllowedValues

annotation class AllowedValues(val values: String)

Annotation for specifying a fixed set of allowed string values for a parameter.

This is typically used to enforce strict constraints on the values that a string io.fletchly.comparator.model.tool.Parameter can accept.

Properties

Link copied to clipboard
val values: Array<out String>

The set of valid string values that the annotated parameter can take.