/java-mode/Constructs/interface.yasnippet
Unknown | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | ee1f266c7b968341f179f791946e53d0 MD5 | raw file
1# -*- mode: snippet -*- 2# key: in 3# contributor: Translated from TextMate Snippet 4# name: interface 5# -- 6interface ${1:${TM_FILENAME/(.*?)(\..+)/$1/}} ${2:extends ${3:Parent} }{ 7 $0 8}