in this video I have shown how to download and install lombok Java library into the different IDEs installed in your computer. This lombok Java annotation based library is used to avoid writing boilerplate code in our programs. It helps us to avoid writing large codes of constructors getter methods setter methods tostring methods these all can be done by a just putting an annotation in our program.