Skip to content

Commit

Permalink
feat: add support for builder pattern in QuerySpec
Browse files Browse the repository at this point in the history
Closes #93
  • Loading branch information
mlopezFC committed Jun 25, 2024
1 parent 6c23b71 commit e71b45c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@
import java.util.Collection;
import java.util.LinkedHashMap;
import java.util.Map;
import lombok.AccessLevel;
import lombok.Builder;
import lombok.Getter;
import lombok.Setter;

@Builder
public class QuerySpec {

public enum Order {
Expand Down

0 comments on commit e71b45c

Please sign in to comment.