Skip to content

Instantly share code, notes, and snippets.

@nattaphonjeamjit
Created April 8, 2018 16:37
Show Gist options
  • Save nattaphonjeamjit/b3ee73ccaf4eff2376cfdd75fb8b631e to your computer and use it in GitHub Desktop.
Save nattaphonjeamjit/b3ee73ccaf4eff2376cfdd75fb8b631e to your computer and use it in GitHub Desktop.
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.METHOD, ElementType.TYPE })
public @interface FeatureSwitch {
FeatureEnum value();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment