Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do Lombok Builders use Reflection?

Do Lombok Builders use Reflection?

or does it also add the necessary code pre-compile?

like image 972
Ken Alton Avatar asked Apr 06 '26 16:04

Ken Alton


1 Answers

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.

like image 93
maaartinus Avatar answered Apr 08 '26 05:04

maaartinus



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!