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