Package icyllis.modernui.annotation
Annotation Interface AttrRes
@Documented
@Target({PARAMETER,METHOD,LOCAL_VARIABLE,FIELD})
@Retention(SOURCE)
public @interface AttrRes
Denotes that a parameter, field or method return value is expected
to be an attribute reference (e.g. "modernui:attr/textSize").