Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@altfatterz
Created October 21, 2014 19:58
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 altfatterz/168fe73a4c1a36f8e304 to your computer and use it in GitHub Desktop.
Save altfatterz/168fe73a4c1a36f8e304 to your computer and use it in GitHub Desktop.
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Profile("default")
public @interface Dev {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment