matches

Creates a selector that takes annotations whose names match the given regex.


fun matches(pattern: String, vararg options: RegexOption): AnnotationSelector(source)

Creates a selector that takes annotations whose names match Regex with given pattern and options.