]> git.argeo.org Git - lgpl/argeo-commons.git/blob - handlers/DoNothing.java
Prepare next development cycle
[lgpl/argeo-commons.git] / handlers / DoNothing.java
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 }