isRepeatable

abstract val isRepeatable: Boolean(source)

Is a repeatable annotation.

return true when If this annotation contains Repeatable.

If the current annotation has a value property of the annotation array type, and there is a @Repeatable annotation on this annotation type, and the value of its value is equal to the current annotation

Return

repeatable if true.