Replace explicit boiler plate code with Lombok annotations. For example: it replaces the explicit method accessors with @Getter and @Setter

Currently supported only @Getter and @Setter annotations.