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