@Documented
@DomainElement
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface DomainRepositoryImpl
This annotation marks its annotated interface as a domain repository implementation 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