Adds template for creating a @Execute method
diff --git a/bundles/org.eclipse.e4.tools.jdt.templates/templates/default-e4templates.xml b/bundles/org.eclipse.e4.tools.jdt.templates/templates/default-e4templates.xml
index 2f6c540..025f5b3 100644
--- a/bundles/org.eclipse.e4.tools.jdt.templates/templates/default-e4templates.xml
+++ b/bundles/org.eclipse.e4.tools.jdt.templates/templates/default-e4templates.xml
@@ -66,4 +66,11 @@
 ${imp:import(javax.annotation.PreDestroy)}
 </template>
 
+<template name="Execute" description="Creates Execute method" id="org.eclipse.e4.tools.jdt.templates.execute" context="e4-members" enabled="true" autoinsert="false">@Execute
+public void execute() {
+}
+${imp:import(org.eclipse.e4.core.di.annotations.Execute)}
+</template>
+
+
 </templates>