Skip to content

Commit 135848b

Browse files
committed
Merge branch 'claude/create-claude-md-M7lji' of https://github.com/graphql-java/graphql-java into claude/create-claude-md-M7lji
# Conflicts: # CLAUDE.md
2 parents 15b06cd + ce0be71 commit 135848b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- Immutable data classes w/ Builder: `newFoo()` factory, `foo(value)` setters, `transform()` method
1010
- Use `graphql.Assert` not `Objects.requireNonNull`
1111
- Use `@Public`/`@Internal` annotations — never package-private/protected
12-
- `@NullMarked` on all public API classes; use `@Nullable` for nullable params/returns; NullAway enforced via ErrorProne
12+
- `@NullMarked` on all public API classes; `@NullUnmarked` on their Builder classes; use `@Nullable` for nullable params/returns; NullAway enforced via ErrorProne
1313
- Full style guide: `coding-guidelines.md`
1414

1515
## Test Execution

0 commit comments

Comments
 (0)