string Value
Match the annotation element value as the specified StringMatcher.
----------------匹配元素值为指定 StringMatcher 的注解。
Return
Parameters
value
string matcher / 字符串匹配器
fun stringValue(value: String, matchType: StringMatchType = StringMatchType.Contains, ignoreCase: Boolean = false): AnnotationElementMatcher
Match the annotation element value as the specified String.
----------------匹配元素值为指定 String 的注解。
Return
Parameters
value
string value / 字符串
match Type
match type / 匹配类型
ignore Case
ignore case / 忽略大小写