Skip to content

Instantly share code, notes, and snippets.

@manojahi
Created November 14, 2022 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manojahi/578d53d29b86a41de5e4d9ccc4435008 to your computer and use it in GitHub Desktop.
Save manojahi/578d53d29b86a41de5e4d9ccc4435008 to your computer and use it in GitHub Desktop.
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
public @interface DynamodbTableEnv {
String value() default "";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment