Package io.swagger.v3.oas.annotations
Annotation Type Webhooks
-
@Target({TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) @Inherited public @interface Webhooks
Container for repeatableWebhook
annotation- See Also:
Webhook
-
-
Element Detail
-
value
Webhook[] value
An array of Webhook annotations- Returns:
- the array of the Webhook
- Default:
- {}
-
-