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