annotationCount

Method annotation count.

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

方法注解数量。

Return

MethodMatcher

Parameters

count

annotation count / 注解数量


Method annotation count range.

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

方法注解数量范围。

annotationCount(IntRange(1, 2))

Return

MethodMatcher

Parameters

range

annotation count range / 注解数量范围


Method annotation count range.

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

方法注解数量范围。

annotationCount(1..2)

Return

MethodMatcher

Parameters

range

annotation count range / 注解数量范围


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

Method annotation count range.

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

方法注解数量范围。

annotationCount(1, 2)

Return

MethodMatcher

Parameters

min

min annotation count / 最小注解数量

max

max annotation count / 最大注解数量