count

Annotation count to match.

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

要匹配的注解数量。

Return

AnnotationsMatcher

Parameters

count

count / 数量


Annotation count to match.

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

要匹配的注解数量。

Return

AnnotationsMatcher

Parameters

range

range / 范围


fun count(min: Int = 0, max: Int = Int.MAX_VALUE): AnnotationsMatcher

Annotation count to match.

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

要匹配的注解数量。

Return

AnnotationsMatcher

Parameters

min

min / 最小值

max

max / 最大值


var count: Int

Annotation count to match.

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

要匹配的注解数量。