Fixed error with missing getter for Derive4J (#6391)

This commit is contained in:
Wosin 2019-02-23 07:20:28 +01:00 committed by Grzegorz Piwowarek
parent 9a7e0ed790
commit 326bfbe712
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import org.derive4j.Make;
@Data(value = @Derive( @Data(value = @Derive(
inClass = "{ClassName}Impl", inClass = "{ClassName}Impl",
make = {Make.lazyConstructor, Make.constructors} make = {Make.lazyConstructor, Make.constructors, Make.getters}
)) ))
public interface LazyRequest { public interface LazyRequest {
interface Cases<R>{ interface Cases<R>{