@Retention(value=CLASS)
@Target(value={PARAMETER,METHOD,LOCAL_VARIABLE,FIELD})
public @interface ColorInt
AARRGGBB
. If applied to an int array, every element
in the array represents a color integer.
Example:
public abstract void setTextColor(@ColorInt int color);