Annotation Type Callbacks
-
@Target({METHOD,ANNOTATION_TYPE}) @Retention(RUNTIME) @Inherited public @interface Callbacks
Container for repeatableCallback
annotation- See Also:
Callback
-
-
Element Detail
-
value
Callback[] value
An array of Callback annotations which are a map of possible out-of band callbacks related to the parent operation- Returns:
- the array of the callbacks
- Default:
- {}
-
-