Add Lombok support for the Bot Store
--- name: Add Lombok support for the Bot Store about: I believe it would be beneficial for the bot store to support Lombok, in order to reduce the amount of boilerplate required as well as to make code more readable and maintainable. --- **Describe the solution you'd like** This should be possible by adding Lombok to the classpath for compilation, or by adding a delombok step before java compilation.
issue