@Documented @DomainElement @Retention(value=RUNTIME) @Target(value=TYPE) public @interface DomainEntity
Usually projects will use BaseEntity as it already provides the right
implementation for equals and hashCode().
Copyright © 2013-2016–2016 SeedStack. All rights reserved.