@Target(value={FIELD,METHOD,PARAMETER,TYPE,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Repeatable(value=Callbacks.class) @Inherited public @interface Callback
| Modifier and Type | Optional Element and Description | 
|---|---|
String | 
callbackUrlExpression
An absolute URL which defines the destination which will be called with the supplied operation definition. 
 | 
Extension[] | 
extensions
The list of optional extensions 
 | 
String | 
name
The friendly name used to refer to this callback 
 | 
Operation[] | 
operation
The array of operations that will be called out-of band 
 | 
String | 
ref
A reference to a Callback defined in components Callbacks. 
 | 
public abstract String name
public abstract String callbackUrlExpression
public abstract Operation[] operation
public abstract Extension[] extensions
public abstract String ref
Copyright © 2018. All rights reserved.