Skip to content

Instantly share code, notes, and snippets.

@seyedsahil
Created April 14, 2019 15:17
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 seyedsahil/96bc59de78781b37686e6acc89957d4b to your computer and use it in GitHub Desktop.
Save seyedsahil/96bc59de78781b37686e6acc89957d4b to your computer and use it in GitHub Desktop.
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface DbField {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment