How to find unused classes generated by Lombok, if Foo.builder() is not used or if the all arguments constructor is not used I would prefer to remove these annotations. But how