dotar/vim/snippets/java/m.snippet

9 lines
113 B
Plaintext
Raw Normal View History

2011-11-18 05:45:33 +08:00
/**
* ${7:Method Description}
* ${5}
* @return ${6}
*/
${1:public} ${2:void} ${3:methodName}(${4}) {
${8}
}