annotation question as well: `@ColorInt` is define...
# android
g
annotation question as well:
@ColorInt
is defined in SDK with
Retention(CLASS)
. Is there any way to check it's presence via reflection? I'm trying to force my Gson to auto convert incoming hex string into color int.