Skip to content

Instantly share code, notes, and snippets.

@abhilater
Created June 21, 2019 19:15
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 abhilater/310e40f954f6121e5bc90e57fab250d8 to your computer and use it in GitHub Desktop.
Save abhilater/310e40f954f6121e5bc90e57fab250d8 to your computer and use it in GitHub Desktop.
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface Table {
/**
* name of the table corresponding to this entity
*/
String name() default "";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment