Closed GoogleCodeExporter closed 9 years ago
You need to do two things to fix this issue:
(A) Lobby team Android to add ConstructorProperties to their classpath. It is
an annotation which the dalvik compiler eliminates any way, it has zero impact
on the runtime side.
(B) You can use @RequiredArgsConstructor(suppressConstructorProperties=true) as
a workaround until the lobby thing works out :)
Original comment by reini...@gmail.com
on 29 Oct 2012 at 9:28
FYI that there is an issue opened about this on the Android side:
http://code.google.com/p/android/issues/detail?id=22953
Original comment by loep...@amazon.com
on 6 Feb 2013 at 5:39
Original issue reported on code.google.com by
koen.ver...@gmail.com
on 14 Oct 2012 at 12:21