diff --git a/java/developing-applications/building.md b/java/developing-applications/building.md index 1487f33f1..9514c5d81 100644 --- a/java/developing-applications/building.md +++ b/java/developing-applications/building.md @@ -483,6 +483,10 @@ Other options in this goal enable or disable certain features that change the wa The method `getService()` in generated [event-specific Event Context interfaces](../event-handlers/#eventcontext) is overridden to return the typed service interface instead of the generic `Service` type. +- [`linkedInterfaces`](/java/assets/cds-maven-plugin-site/generate-mojo.html#linkedInterfaces) + + This switch extends the generated interfaces so they support typed query results of type `CdsResult`. + :::warning Check migration guides! In major releases of CAP Java, some of these switches can be made the new default and some other switches might be removed. This might introduce compile errors in your application that needs to be fixed.