mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-23 14:03:44 -05:00
lang/java: Add file templates
- `__annotation-type` - `__enum` - `__interface` - `__record` - `__` → `__class` (rename)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: Java interface file template
|
||||
# --
|
||||
package `(+java-current-package)`;
|
||||
|
||||
public interface `(+java-current-class)`
|
||||
{
|
||||
$0
|
||||
}
|
Reference in New Issue
Block a user