Closed xenoterracide closed 2 months ago
Identifiable::getId doesn't return an Identifier.
Identifiable::getId
Identifier
Seems odd that the interface isn't Identifiable<ID extends Identifier>
Identifiable<ID extends Identifier>
oh, I just realized why this might not work, although it's not unreasonable to argue that DDD would encourage a type other than uuid/long
Identifiable::getId
doesn't return anIdentifier
.Seems odd that the interface isn't
Identifiable<ID extends Identifier>