@Documented
@DomainElement
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface DomainValueObject
This annotation marks its annotated interface as a domain value object for the framework.
Verification will be done by the framework on either or not this service is in the right place.
- Author:
- epo.jemba@ext.mpsa.com