@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface SwipeOut
This annotation should be used on method without any members variables.
Example : @SwipeOut private void onSwipedOut(){//something here}
It is called when the card is either left swiped or top swiped