Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.e4.tools.jdt.templates/templates/default-e4templates.xml')
-rw-r--r--bundles/org.eclipse.e4.tools.jdt.templates/templates/default-e4templates.xml7
1 files changed, 7 insertions, 0 deletions
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 2f6c5404..025f5b34 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 @@ public void preDestroy() {
${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>

Back to the top