Annotation Interface NotificationMessage


@Retention(RUNTIME) @Target(PARAMETER) public @interface NotificationMessage
Annotation that is used to map SNS notification value to a variable that is annotated. Used in Controllers method for handling/receiving SNS notifications.
Author:
Alain Sahli