Annotation Interface SnsNotificationSubject


@Retention(RUNTIME) @Target(PARAMETER) public @interface SnsNotificationSubject
Annotation that is used to map SNS notification subject on an SQS Queue to a variable that is annotated. Used in Controllers method for handling/receiving SQS notifications.
Since:
3.3.1
Author:
Alexander Nebel