Annotation Interface NotificationSubject


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