Commit 82d13d67 authored by Labros Papadopoulos's avatar Labros Papadopoulos
Browse files

add generated annotation to the interfaces

parent 7fb92c3c
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ import org.springframework.web.context.request.NativeWebRequest;
import java.io.IOException;
import java.util.Optional;

@Generated
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2024-04-24T14:24:54.867613034Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@Validated
@Tag(name = "events subscription", description = "Endpoints to register and terminate an Event Listener")
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ import org.springframework.web.context.request.NativeWebRequest;

import java.util.Optional;


@Generated
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2024-04-24T14:24:54.867613034Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@Validated
@Tag(name = "notification listener", description = "Notifications for Resource Lifecycle and event notifications")