View Javadoc
1   package org.argeo.cms.e4.handlers;
2   
3   import org.eclipse.e4.core.di.annotations.Execute;
4   
5   public class DoNothing {
6   	@Execute
7   	public void execute() {
8   
9   	}
10  }