name
fun name(name: String, matchType: StringMatchType = StringMatchType.Equals, ignoreCase: Boolean = false): AnnotationElementMatcher
Annotation element name to match.
----------------要匹配的注解元素名称。
@Router(value = "/play")
^
name
Content copied to clipboard
Return
Parameters
name
annotation element name / 注解元素名称
match Type
match type / 匹配类型
ignore Case
ignore case / 忽略大小写
Annotation element name to match.
----------------要匹配的注解元素名称。
@Router(value = "/play")
^
name
Content copied to clipboard