This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch v2
in repository https://gitbox.apache.org/repos/asf/causeway-app-petclinic.git
from 24a242b organizes imports
new e8d5122 adds PetName meta-annotation
new ee5023a adds Pet entity
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../domainapp/modules/petowner/dom/pet/Pet.java | 93 ++++++++++++++++++++++
.../domainapp/modules/petowner/types/PetName.java | 12 +--
2 files changed, 100 insertions(+), 5 deletions(-)
create mode 100644
module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/Pet.java
copy module-simple/src/main/java/domainapp/modules/simple/types/Name.java =>
module-petowner/src/main/java/domainapp/modules/petowner/types/PetName.java
(62%)