/java-mode/Constructs/method.yasnippet
http://github.com/ridgetang/snippets · Unknown · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 4cdd2a135e55117bf40d0c049d1804ea MD5 · raw file
- # -*- mode: snippet -*-
- # key: m
- # contributor: Translated from TextMate Snippet
- # name: method
- # --
- ${1:void} ${2:method}($3) ${4:throws $5 }{
- $0
- }