I want: `private Long id;` not `private final Long...
# getting-started
c
I want:
private Long id;
not
private final Long id;