Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed Jun 18, 2024
1 parent e8ebb77 commit 9b550e3
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.attributes;

import com.formkiq.graalvm.annotations.Reflectable;

/**
* Attribute Data Type.
*/
@Reflectable
public enum AttributeDataType {
/** {@link Boolean}. */
BOOLEAN,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@
*/
package com.formkiq.stacks.dynamodb.attributes;

import com.formkiq.graalvm.annotations.Reflectable;

/**
* Attribute Type.
*/
@Reflectable
public enum AttributeType {
/** OPA. */
OPA,
Expand Down

0 comments on commit 9b550e3

Please sign in to comment.