|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
DynamoDBIgnore
instead.
@Retention(value=RUNTIME) @Target(value=METHOD) @Deprecated public @interface DynamoDBIgnore
Interface for marking a class property as non-modeled. Applied to the getter method of a non-modeled property.
All getter methods not marked with this annotation are assumed to be modeled properties and included in any save() requests.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |