Annotation Interface DoNotTouch


@Target({TYPE,METHOD,FIELD}) @Retention(RUNTIME) public @interface DoNotTouch
Prevents the associated item from being encrypted or signed.

For guidance on performing a safe data model change procedure, please see DynamoDB Encryption Client Developer Guide: Changing your data model

Author:
Greg Rubin