Annotation Type ViewService


  • @Documented
    @Qualifier
    @Retention(RUNTIME)
    @Target({FIELD,PARAMETER})
    public @interface ViewService
    Annotation indicating an injectable dependency of some view-model service type. This may actually be a ViewModelService or some other kind of service provided by an EMFFormsViewServiceFactory. In any case, injection of services from the view context does depend on the Eclipse context containing an EMFFormsViewContext.
    Since:
    1.22