public abstract @interface AnyRes
implements Annotation
android.support.annotation.AnyRes |
表示整数参数,字段或方法返回值应该是任何类型的资源引用。 如果已知特定类型,请改为使用更具体的注释之一,例如StringRes
或DrawableRes
。
Inherited methods |
|
---|---|
From interface java.lang.annotation.Annotation
|