aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/.config/yasnippet/snippets/java-mode/constructor
blob: 7a379cd577c16d39a5af5f138f67665687e93386 (plain)
1
2
3
4
5
6
7
8
# -*- mode: snippet -*-
# name: constructor
# key: __init__
# uuid: __init__
# --
public ${1:`(f-base buffer-file-name)`}($2) {
       $0
}