Coggle requires JavaScript to display documents.
public class HibernateProductRepository implements ProductRepository { ... public ProductId nextIdentity() { return new ProductId( java.util.UUID.randomUUID().toString().toUpperCase()); } ... }
FullName name = new FullName("Vaughn", "Vernon"); // later... name = new FullName("Vaughn", "L", "Vernon");