Hi, i'm trying to use this library inside a groovy/android proyect (http://stackoverflow.com/questions/31160831/android-groovy-android-annotation/31166709) and from gradle 2.4 its possible annotate groovy code and later (when groovy transform to java) APT act and "transform" code...
Do you think could be possible use the libraray through a @SmartConfig instead of extend generated classes?
It could be an interesting thing to do, may i try :) but i don't know how to approach
Hi, i'm trying to use this library inside a groovy/android proyect (http://stackoverflow.com/questions/31160831/android-groovy-android-annotation/31166709) and from gradle 2.4 its possible annotate groovy code and later (when groovy transform to java) APT act and "transform" code...
Do you think could be possible use the libraray through a @SmartConfig instead of extend generated classes?
It could be an interesting thing to do, may i try :) but i don't know how to approach