Annotation Interface ExpressionValue


@Retention(RUNTIME) @Target(ANNOTATION_TYPE) @Documented public @interface ExpressionValue
Supplies a constant value for a DynamoDB expression placeholder.
Since:
1.0.0
Author:
Matej Nedic
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
     
  • Element Details

    • name

      String name
      Returns:
      the expression placeholder, including its leading :
    • value

      String value
      Returns:
      the SpEL expression that produces the value