Skip to content

Instantly share code, notes, and snippets.

@reynirh
Created June 13, 2019 12:24
Show Gist options
  • Save reynirh/661e3cac977bda3d80246582dd5e27da to your computer and use it in GitHub Desktop.
Save reynirh/661e3cac977bda3d80246582dd5e27da to your computer and use it in GitHub Desktop.
test 123
@Data
@sl4j
public abstract class TranslatableProperty {
UUID id;
String name;
String value;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment