/**@class android.annotation.ColorInt
 implements java.lang.annotation.Annotation

 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.
 <p>
 Example:
 <pre>{@code
  public abstract void setTextColor(@ColorInt int color);
 }</pre>

 @hide
*/
var ColorInt = {


};