Package com.tailf.dp.annotations
Annotation Interface AuthorizationCallback
Annotation class for Authorization Callbacks Attribute are callType
- 
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionSpecifies the types of authorization callbacks this method should handle. 
- 
Element Details
- 
callType
AuthorizationCBType[] callTypeSpecifies the types of authorization callbacks this method should handle.- Returns:
 - an array of 
AuthorizationCBTypevalues indicating the authorization callback types that this method should handle 
 
 -