Package com.perfectcorp.annotation
Annotation Type ColorInt
-
@Documented @Retention(SOURCE) @Target({PARAMETER,METHOD,LOCAL_VARIABLE,FIELD}) public @interface ColorIntDenotes that the annotated element represents a packed color int,AARRGGBB. If applied to an int array, every element in the array represents a color integer.Example:
public abstract void setTextColor(@ColorInt int color);