Package 

Annotation ColorInt

  • 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); * }
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.annotation.Annotation

        annotationType, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait