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
- Use `graphql.Assert` not `Objects.requireNonNull`
11
+
- Use `@Public`/`@Internal` annotations — never package-private/protected
12
+
-`@NullMarked` on all public API classes; `@NullUnmarked` on their Builder classes; use `@Nullable` for nullable params/returns; NullAway enforced via ErrorProne
0 commit comments