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
- The primary coding conventions and style guide for this project are defined in `site/src/pages/community/developer-guide.mdx`. Please strictly adhere to this file as the ultimate source of truth for all style and convention-related feedback.
14
+
15
+
# 2. Specific check for `@UnstableApi`
16
+
- Review all newly added public classes and methods to ensure they have the `@UnstableApi` annotation.
17
+
- However, this annotation is NOT required under the following conditions:
18
+
- If the class or method is located in a package containing `.internal`.
19
+
- If a public method is part of a class that is already annotated with `@UnstableApi`.
0 commit comments