Do Lombok Builders use Reflection?
or does it also add the necessary code pre-compile?
There's definitely no reflection at all as Lombok uses sort of code generation. It works on the AST (Abstract Syntax Tree) level, i.e., it works with the parsed source, somewhere between the source code and the bytecode.
A part of Lombok is delombok, which shows you rather exactly what code was generated.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With