20250804
This commit is contained in:
30
jspecify.code-snippets
Normal file
30
jspecify.code-snippets
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"Import all JSpecify annotations": {
|
||||
"scope": "java",
|
||||
"prefix": "jspecify-import-all",
|
||||
"body": [
|
||||
"import org.jspecify.annotations.*;",
|
||||
""
|
||||
],
|
||||
"description": "import all JSpecify annotations"
|
||||
},
|
||||
"Import JSpecify annotations": {
|
||||
"scope": "java",
|
||||
"prefix": "jspecify-import",
|
||||
"body": [
|
||||
"import org.jspecify.annotations.Nullable;",
|
||||
"import org.jspecify.annotations.NonNull;",
|
||||
""
|
||||
],
|
||||
"description": "import JSpecify annotations"
|
||||
},
|
||||
"Import JSpecify annotations (Nullable)": {
|
||||
"scope": "java",
|
||||
"prefix": "jspecify-import-nullable",
|
||||
"body": [
|
||||
"import org.jspecify.annotations.Nullable;",
|
||||
""
|
||||
],
|
||||
"description": "import JSpecify annotations (nullable)"
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user