verbs property

List<String> verbs
final

verbs is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.

Implementation

final List<String> verbs;