@Documented @Retention(value=RUNTIME) @Target(value={TYPE,ANNOTATION_TYPE}) public @interface DomainEntity
For better semantics it is recommended to use the Entity
interface which is already
annotated with DomainEntity
.
Entity
Copyright © 2013-2018–2019 SeedStack. All rights reserved.