summaryrefslogtreecommitdiff
path: root/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'snippets')
-rw-r--r--snippets/java.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/java.json b/snippets/java.json
new file mode 100644
index 0000000..a39de84
--- /dev/null
+++ b/snippets/java.json
@@ -0,0 +1,7 @@
+{
+ "undefined": {
+ "prefix": "undefined",
+ "body": "throw new UnimplementedException(\"Implement me!\");",
+ "description": "Inserts on unimplemented exception (good for stubbing out methods)"
+ }
+}