Skip to content

Commit

Permalink
Update java/application-services.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BraunMatthias authored Nov 17, 2023
1 parent 57be1d5 commit eb7a810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/application-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public class CatalogServiceHandler implements EventHandler {

As of version 2.4.0, the [CAP Java SDK Maven Plugin](./development/#cds-maven-plugin) is capable of generating specific interfaces for services in the CDS model. These service interfaces are providing Java methods for actions and functions modeled on the service. These methods allow direct access to the action / functions parameters and they can be easily called by custom Java code to trigger them. If an action or function is bound to an entity, the first argument of the method is an entity reference providing the required information to address the entity instance.

For the CDS model above, the corresponding generated Java service interface will look like the following:
For the CDS model above, the corresponding generated Java service interface looks like the following:

```java
@CdsName(CatalogService_.CDS_NAME)
Expand Down

0 comments on commit eb7a810

Please sign in to comment.