How the IDEA lombok pungins works?

84 views
Skip to first unread message

曾泽浩

unread,
Nov 18, 2021, 10:20:53 AM11/18/21
to Project Lombok
Dear all,
     I want to ask a question, before the IDE compile, why the IDE can invoke the method? For example, I write a class, before compile the java file, the method getName() is not exist,how the IDE can get the method getName() and invoke it ? Thanks all!
@Data
public class BaseInfo {
      private String name;
}

Reply all
Reply to author
Forward
0 new messages