Tag: Lombok

0

Call back when build() is occured in lombok

AllArgs 을 위한 builder는 만들지마라 -> 클래스단위로 Builder를 만들지 마라그러면 모든 매개변수를 변경할 수 있는 기회를 가지게 된다. 접근제어가 필요한 매개변수들은 제어를 해주는게 좋다는 의미.이를 해결하기 위해서는 클래스단위로 빌더를 선언하는 거보다는 메소드 별로 빌더를 선언하는 것이 좋다. build() 이후에 callback

0

Interpark - Lombok in Intellij

Config Default Spring Project.If you can’t config Spring Project then please read the article before following this. Add the dependencies at the build.gradle1234567891011121314151617181920212223242526