spring-projects / spring-hateoas-examples

Collection of examples on how (and why) to build hypermedia-driven apps with Spring HATEOAS
Apache License 2.0
377 stars 184 forks source link

fix code sample to match source/description #41

Open Lance-Inman opened 1 year ago

Lance-Inman commented 1 year ago

update code sample in README to match source and other README references: "@NoArgsConstructor(PROTECTED) - Lombok annotation to create an empty constructor call to appease JPA, but which is protected and not usable to our app’s code."