lombok에서 @builder annotation 사용 후 static 접근 시 cannot find symbol 에러 문제
2022-06-04 15:24

lombok에서 @builder annotation 사용 후 static 접근 시 cannot find symbol 에러 문제

문제상황
개발하면서 특정 정보를 필터링할 Predicate를 동적으로 생성하고 싶은 마음에 다음과 같이 개발을 진행했었다.
 
WedulFilterPredicate
- 필터로 사용할 조건을 보관하고 Predicate를 반환하는 클...
Spring
Builder
lombok
static
Symbol
0030

댓글