We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e13a26 commit b968ff0Copy full SHA for b968ff0
steering_docs/java-tech/metadata.md
@@ -246,11 +246,11 @@ javav2/example_code/{service}/src/main/java/com/example/{service}/
246
### Snippet Tag Placement
247
Place snippet tags around entire classes or methods:
248
```java
249
-// snippet-start:[{service}.java2.hello.main]
+// snippet-start:[{service}.java2.{actionName}.main]
250
public class Hello{Service} {
251
// Entire class content
252
}
253
-// snippet-end:[{service}.java2.hello.main]
+// snippet-end:[{service}.java2.{actionName}.main]
254
```
255
256
### Multiple Excerpts
@@ -263,4 +263,5 @@ excerpts:
263
- description: Run an interactive scenario demonstrating {Service} basics.
264
snippet_tags:
265
- {service}.java2.{service}_scenario.main
266
-```
+
267
+```
0 commit comments