Annotation Interface Service
@Introduction
@Type(ServiceIntroduction.class)
@Scope
@Singleton
@Documented
@Retention(RUNTIME)
@Target({TYPE,ANNOTATION_TYPE})
public @interface Service
Makes annotated interface a declarative DynamoDB service.
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class value- Returns:
- the class of the dynamodb items
-