@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
@Deprecated
public @interface DynamoDBTable
This annotation is inherited by subclasses, and can be overridden by them as well.
| 修飾子とタイプ | 必須要素と説明 |
|---|---|
java.lang.String |
tableName
非推奨です。
The name of the table to use for this class.
|