@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface SwipeHead
This annotation should be used on method without any members variables
Example : @SwipeHead private void onSwipeHead(){//something here}
It is called when the card comes on top of the stack