Companion

Properties

Link copied to clipboard

A selector that takes all annotations.

Link copied to clipboard

A selector that takes no annotations.

Functions

Link copied to clipboard

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

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

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

Link copied to clipboard
fun named(vararg names: String): AnnotationSelector

Creates a selector that takes annotations with the given names.