package com.minres.scviewer.e4.application.handlers; import org.eclipse.e4.core.di.annotations.Execute; public class SelectAllHandler { @Execute public void execute() { } }