RepeatableAttribute 类

定义

将批注接口标记为可重复。

[Android.Runtime.Annotation("java.lang.annotation.Repeatable")]
public class RepeatableAttribute : Attribute
[<Android.Runtime.Annotation("java.lang.annotation.Repeatable")>]
type RepeatableAttribute = class
    inherit Attribute
继承
RepeatableAttribute
属性

注解

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

构造函数

名称 说明
RepeatableAttribute()

将批注接口标记为可重复。

属性

名称 说明
Value

获取或设置可重复批注接口的包含批注接口。

适用于