android.support.annotation
Annotation Type AttrRes


@Documented
@Retention(value=SOURCE)
@Target(value={METHOD,PARAMETER,FIELD})
public @interface AttrRes

Denotes that an integer parameter, field or method return value is expected to be an attribute reference (e.g. android.R.attr#action).