Annotation Interface SubscriptionMapping


@Target(METHOD) @Retention(RUNTIME) @Documented @SchemaMapping(typeName="Subscription") public @interface SubscriptionMapping
@SubscriptionMapping is a composed annotation that acts as a shortcut for @SchemaMapping with typeName="Subscription".
Since:
1.0.0
Author:
Rossen Stoyanchev