summaryrefslogtreecommitdiff
path: root/snippets/java.json
blob: a39de84aa284d3785ed851d9420f1e4e6e1f5f3a (plain) (blame)
1
2
3
4
5
6
7
{
  "undefined": {
    "prefix": "undefined",
    "body": "throw new UnimplementedException(\"Implement me!\");",
    "description": "Inserts on unimplemented exception (good for stubbing out methods)"
  }
}