Lombok @Builder error

I'm getting this error:
java: cannot find symbol
  symbol:   method builder()
when using the .builder() method on an object that I previously marked with the
@Builder
annotation
Was this page helpful?