MCPcopy Create free account
hub / github.com/ddd-by-examples/library / BookId

Class BookId

src/main/java/io/pillopl/library/catalogue/BookId.java:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import java.util.UUID;
7
8@Value
9public class BookId {
10
11 @NonNull
12 UUID bookId;
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected