@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface SwipeOutDirectional
This annotation is used with SwipeDirectionalView and
has to be used on method with SwipeDirection members variables
Example : @SwipeOutDirectional private void onSwipedOut(
SwipeDirection direction) {//something here}
It is called when the card is either left swiped or top swiped