```java path("/pets", () -> { get("/", ctx -> {...}); post("/", ctx -> {...}); }).produces(json); ``` We apply metadata once and all direct inner routes are updated