Last active
April 8, 2018 17:41
-
-
Save nattaphonjeamjit/aa6452e3db2880c52ab91bfaf155eb39 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
@Service | |
public class PromotionService { | |
@FeatureSwitch(value = FeatureEnum.PROMOTION_MANAGEMENT_FEATURE) | |
public void performPromotion() { | |
System.out.println("Perform Promotion.") | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment