[Feature]: Lombok annotations support for the Java Language Server
Feature description
I recently found out about such a cool library called Lombok. It allows you to use short annotations instead of a bunch of unnecessary methods. I tried to build a project in AndroidIDE and it works! It just looks like Java Language Server doesn't see lombok generated methods like getters and setters.

What version of AndroidIDE you're using?
v2.4.0 (debug builds)
Duplicate issues
- [X] This issue has not been reported yet.
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
This will probably take some time to be implemented. Could you provide a sample AndroidIDE project to test?
This will probably take some time to be implemented. Could you provide a sample AndroidIDE project to test?
Sure! Here it is: https://github.com/MrBoomDeveloper/Lombok-Sample
But it works and compiles successfully only the issue I faced is the red line in editor and no suggestion