Just reposting issue from GH for better visibility: Clarification on Lombok Usage in Addons · Issue #18381 · openhab/openhab-addons · GitHub
I would like to confirm whether the use of Lombok is explicitly prohibited for OpenHAB addons. While I understand that Lombok can be a contentious choice, I want to ensure that I am not required to rewrite my code later if its usage is discouraged.
Upon reviewing the existing source code, I did not find any instances of Lombok, but this might be due to a lack of interest rather than an official restriction. To clarify, I intend to use Lombok only within my own binding and do not plan to modify the root
pom.xml
or introduce Lombok into the broader classpath.Could you please confirm the stance on this?
Thank you.