can they add methods to my class? How can I implement something like that from scratch? Do they add the methods at compile time or at run time?
Lombok use AST for changing structure of class methods added before compile time here is the same lobrary for this work https://github.com/javaparser/javaparser
Обсуждают сегодня