Skip to content

Instantly share code, notes, and snippets.

@Ikhiloya
Last active October 28, 2020 06:39
Show Gist options
  • Save Ikhiloya/1aab6f19082906f0194d46c5dff9f405 to your computer and use it in GitHub Desktop.
Save Ikhiloya/1aab6f19082906f0194d46c5dff9f405 to your computer and use it in GitHub Desktop.
Custom annotation to mark a web service request for caching
@MustBeDocumented
@Target(AnnotationTarget.FUNCTION)
@Retention(AnnotationRetention.RUNTIME)
annotation class Cacheable {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment