package com.dgex.offspring.application.handlers; import org.eclipse.e4.core.di.annotations.Execute; public class UnlockHandler { @Execute public void execute() { } }