Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed Jun 1, 2024
1 parent 9375bd2 commit 77e3e18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@
*/
package com.formkiq.stacks.dynamodb.mappings;

import com.formkiq.graalvm.annotations.Reflectable;

/**
* Mapping Attribute Label Matching Type.
*/
@Reflectable
public enum MappingAttributeLabelMatchingType {
/** Fuzzy. */
FUZZY,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@
*/
package com.formkiq.stacks.dynamodb.mappings;

import com.formkiq.graalvm.annotations.Reflectable;

/**
* Mapping Attribute Metadata Field.
*/
@Reflectable
public enum MappingAttributeMetadataField {
/** Document Create by User. */
USERNAME,
Expand Down

0 comments on commit 77e3e18

Please sign in to comment.