https://kotlinlang.org logo
g

ghedeon

04/09/2018, 7:21 PM
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.