YamlConfigFileNamePattern

@Pattern(value = "^[a-zA-Z0-9_-]+\.(yml|yaml)$")
annotation class YamlConfigFileNamePattern

Annotation to specify that a file name must follow a YAML configuration file name pattern. The file name must match the regular expression: ^[a-zA-Z0-9_-]+\\.(yml|yaml)$.