Hello. I completely understand the perspective of limiting the addition of libraries for various reasons, and especially when the library is included in the distribution. I know that I have asked about Lombok before, but it is great for eliminating a lot of boilerplate code, especially when a class cannot be created as a Java 17 record. Also, Lombok is a compile-only dependency that uses annotation processing to generate the aforementioned boilerplate. The license also seems compatible. Is this something that can be used in the coding of a component? If not, could somebody please explain the problem with it?
Thanks, Steve