class Value
Match the annotation element value as the specified ClassMatcher.
----------------匹配元素值为指定 ClassMatcher 的注解。
Return
Parameters
value
class matcher / 类匹配器
fun classValue(className: String, matchType: StringMatchType = StringMatchType.Contains, ignoreCase: Boolean = false): AnnotationElementMatcher
Match the annotation element value as the specified Class.
----------------匹配元素值为指定 Class 的注解。
Return
Parameters
class Name
class name / 类名
match Type
match type / 匹配类型
ignore Case
ignore case / 忽略大小写