package org.argeo.cms.e4.handlers; import org.eclipse.e4.core.di.annotations.Execute; public class DoNothing { @Execute public void execute() { } }