How can one convince gwt-test-utils to utilize Lombok, so that my @Getter methods do exist when running a GwtSpringTest?
22:55:09,153 ERROR GwtTreeLogger:60 - Line 67:
The method getLoginService() is undefined for the type LoginBox
LoginBox:
@Getter(lazy=true)
private final LoginSvcAsync loginService = loginService();
I hope that the GWT Setup instructions can help you here:
Disclosure: I am a Lombok developer.