home/.vim/bundle/vim-template/templates/=template=.java

15 lines
171 B
Java
Raw Normal View History

/*
* %FFILE%
* Copyright (C) %YEAR% %USER% <%MAIL%>
*
* Distributed under terms of the %LICENSE% license.
*/
public class %FILE%
{
public %FILE%() {
%HERE%
}
}