Guides
Describes the flow of source input and generation results for a watcher that started from actual development bottlenecks like duplicate API contracts, handler skeleton generation, and MongoDB field strings.
Each watcher started in different iterations
The Swagger watcher started from the issue of rewriting backend endpoints and DTOs as front contracts, while the Handler Generator began from the problem of creating class and method skeletons every time a router was added. Entity Fields were created to reduce string field and typo issues in MongoDB queries, and AsyncAPI extends the same automation flow to RSocket.
The guide explains not just a simple list of features, but how the source is read according to certain rules and what files it leads to. When the generation result differs from expectations, check the project path, package, and supported source patterns before runtime behavior.