aboutsummaryrefslogtreecommitdiff
path: root/files/.vim/templates/=template=.java
blob: fb3aac7fdfc8673ffa01c8b469341ce66b9b8616 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * %FFILE%
 * Copyright (C) %YEAR% %USER% <%MAIL%>
 *
 * Distributed under terms of the %LICENSE% license.
 */

public class %FILE% {
  public %FILE%() {
    %HERE%
  }
}