Guest User

Untitled

a guest
Dec 13th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. @Retention(RetentionPolicy.RUNTIME)
  2. @Target(ElementType.FIELD)
  3. public @interface FeatureToggleBind {
  4. //yyyy-MM-dd
  5. String toggleName();
  6. String expirationDate();
  7. }
Add Comment
Please, Sign In to add comment