import lombok.Builder;
@Builder(toBuilder = true)
public class Testclass {
private String testvalue;
}
Testclass testclass = Testclass.builder().testvalue("sfsd").build();testclass.toBuilder() <-- not existingThe builder-method on the class existst. But the toBuilder-method on the instance not.I am using lombok 1.1.16 with idea 15.Could you please help me?Thank you very much,Christian
Hello, is this projekt no longer being maintained?
Hello, is this projekt no longer being maintained?No updates for 6 months and no feedback for simple questions.
--
You received this message because you are subscribed to the Google Groups "Project Lombok" group.
To unsubscribe from this group and stop receiving emails from it, send an email to project-lombo...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.