Project

General

Profile

« Previous | Next » 

Revision eb759485

Added by Patrick Plitzner over 6 years ago

ref #6909 Add missing @Execute annotation

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/operation/e4/RemotingCdmHandlerE4.java
12 12

  
13 13
import org.eclipse.core.commands.operations.AbstractOperation;
14 14
import org.eclipse.core.runtime.IStatus;
15
import org.eclipse.e4.core.di.annotations.Execute;
15 16
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
16 17
import org.eclipse.e4.ui.model.application.ui.menu.MHandledMenuItem;
17 18
import org.eclipse.e4.ui.services.IServiceConstants;
......
35 36
        this.label = label;
36 37
    }
37 38

  
39
    @Execute
38 40
    public void execute(@Named(IServiceConstants.ACTIVE_SELECTION)TreeSelection selection,
39 41
            @Named(IServiceConstants.ACTIVE_SHELL)Shell shell,
40 42
            @Named(IServiceConstants.ACTIVE_PART)MPart activePart,

Also available in: Unified diff