Created
April 8, 2018 16:37
-
-
Save nattaphonjeamjit/b3ee73ccaf4eff2376cfdd75fb8b631e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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