Skip to content

Commit

Permalink
docs: update README to reflect NoArgsConstructor requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
bsbodden committed Apr 28, 2022
1 parent a5dc35c commit b87fcec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ import com.redis.om.spring.annotations.Searchable;
import lombok.*;

@Data
@NoArgsConstructor
@RequiredArgsConstructor(staticName = "of")
@AllArgsConstructor(access = AccessLevel.PROTECTED)
@Document
Expand Down

0 comments on commit b87fcec

Please sign in to comment.