diff options
Diffstat (limited to 'src/main/java/foo/zaaarf/routecompass/Route.java')
-rw-r--r-- | src/main/java/foo/zaaarf/routecompass/Route.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/foo/zaaarf/routecompass/Route.java b/src/main/java/foo/zaaarf/routecompass/Route.java index 7c7c091..af66aed 100644 --- a/src/main/java/foo/zaaarf/routecompass/Route.java +++ b/src/main/java/foo/zaaarf/routecompass/Route.java @@ -56,6 +56,8 @@ public class Route { * @param consumes the {@link MediaType} consumed by the endpoint, may be null * @param produces the {@link MediaType} produced by the endpoint, may be null * @param deprecated whether the endpoint is deprecated + * @param returnType the DTO for the response type, may be null + * @param inputType the DTO for the request type, may be null * @param params {@link Param}s of the endpoint, may be null */ public Route(String path, RequestMethod[] methods, MediaType consumes, MediaType produces, |