added comment
This commit is contained in:
@@ -3,7 +3,6 @@ package io.reflectoring.reviewapp.domain;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
||||
import org.springframework.data.annotation.Id;
|
||||
import org.springframework.data.relational.core.mapping.Column;
|
||||
|
||||
@Getter
|
||||
@AllArgsConstructor
|
||||
@@ -13,4 +12,6 @@ public class Author {
|
||||
private Long id;
|
||||
private String name;
|
||||
|
||||
// imagine some insanely complex business logic methods ...
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user