Package org.leo.aws.ddb.annotations
Annotation Type DDBTable
-
@Target(TYPE) @Retention(RUNTIME) @Documented public @interface DDBTable
Annotate the entity class with this annotation.
-
-
Element Detail
-
name
String name
Represents the DynamoDb table name- Returns:
- table name. If not populated, the class name is used as the table name. This can be constant string or a property name defined in config file.
- Default:
- ""
-
-