Skip to content

Commit 1fe8259

Browse files
vanroguclaude
andcommitted
Update CLAUDE.md to reflect simplified build() API
The builder example no longer passes the class to build() since it is inferred from newBuilder(). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a9ba1de commit 1fe8259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ BoundedContext.newBuilder(MyContext.class) // MyContext extends BoundedContext<
8585
.eventStorage(eventStorage)
8686
.instance(instance)
8787
.rootPackage(RootClass.class.getPackage())
88-
.build(MyContext.class)
88+
.build()
8989
```
9090

9191
Key concepts:

0 commit comments

Comments
 (0)