annotationCount

Field annotation count.

----------------

字段注解数量。

Return

FieldMatcher

Parameters

count

annotation count / 注解数量


Field annotation count range.

----------------

字段注解数量范围。

annotationCount(IntRange(1, 2))

Return

FieldMatcher

Parameters

range

annotation count range / 注解数量范围


Field annotation count range.

----------------

字段注解数量范围。

annotationCount(1..2)

Return

FieldMatcher

Parameters

range

annotation count range / 注解数量范围


fun annotationCount(min: Int = 0, max: Int = Int.MAX_VALUE): FieldMatcher

Field annotation count range.

----------------

字段注解数量范围。

annotationCount(1, 2)

Return

FieldMatcher

Parameters

min

min annotation count / 最小注解数量

max

max annotation count / 最大注解数量