public abstract @interface IntegerRes
implements Annotation
android.support.annotation.IntegerRes |
表示整数参数,字段或方法返回值应该是整数资源引用(例如 android.R.integer.config_shortAnimTime
)。
Inherited methods |
|
---|---|
From interface java.lang.annotation.Annotation
|