@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface SwipingDirection
This has to be used on method with SwipeDirection members variables
: Example : @SwipingDirection private void onSwipingDirection(SwipeDirection direction)
{//something here}
It is called when the card is swiping with direction