Cyber-Labs / ism-app-android

7 stars 4 forks source link

Possible removal of boilerplate code using Lombok. #1

Open AarushJ opened 5 years ago

AarushJ commented 5 years ago

Please Check if Lombok package is compatible with Android. If it is compatible, use it for Getters, Setters, Constructors etc. Also use Lombok for logging if it is compatible with Android. Espcially, @Slf4j annotation.

See Lombok Project

TODO If Lombok is supported, then use as much of it as you can to reduce the boilerplate code in the already pushed code. If it is not supported, then notify and I will close this issue.

ujjwalagrawal17 commented 5 years ago

@AarushJ yes it supported on Android. @peruljain @amanatgithub please check and try to implement it. Let me know if you are facing any issues in integrating it.