Every class-based route is documented, which is what keeps a document from lying by omission. Some routes are not API at all — a health check, an internal callback, something on its way out.
Every class-based route is documented, which is what keeps a document from lying by omission. Some routes are not API at all — a health check, an internal callback, something on its way out.
```java
@GET("/healthz")
@Undocumented
public final class Health extends RequestHandler { ... }
```
Inherited, so a base class leaves out every handler written against it.
Green: full build, tests and coverage gates.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Every class-based route is documented, which is what keeps a document from
lying by omission. Some routes are not API at all — a health check, an
internal callback, something on its way out — and @Undocumented says so, once,
where the handler is. Inherited, so a base class leaves out every handler
written against it.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Relism
merged commit c0c9480fa5 into master2026-09-23 15:47:38 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Every class-based route is documented, which is what keeps a document from lying by omission. Some routes are not API at all — a health check, an internal callback, something on its way out.
Inherited, so a base class leaves out every handler written against it.
Green: full build, tests and coverage gates.
🤖 Generated with Claude Code