You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extend/contribute/api-docs/organize-annotate.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -304,6 +304,11 @@ class FooRequest {
304
304
305
305
This example shows the "later addition" scenario where `laterAddition` was added after the initial API release, requiring a parameter-level availability annotation with a later version than the API-level availability.
306
306
307
+
:::::{important}
308
+
The `since` field is only available for `stack`. If the API is introduced in multiple major versions (eg: `8.19.0`and `9.1.0`), use the appropriate value in each branch.
309
+
:::::
310
+
311
+
307
312
**Deprecation notices** use the `@deprecated` annotation:
308
313
309
314
```ts
@@ -449,4 +454,4 @@ The annotation system doesn't support "OR" relationships between privileges. Whe
0 commit comments