-
- All Implemented Interfaces:
-
java.lang.annotation.Annotation
@Documented()@Retention(value = )@Target(value = {}) public @interface ColorInt
Denotes that the annotated element represents a packed color int,
{@code AARRGGBB}
. If applied to an int array, every element in the array represents a color integer.Example:
{@code * public abstract void setTextColor(@ColorInt int color); * }