Last active
October 28, 2020 06:39
-
-
Save Ikhiloya/1aab6f19082906f0194d46c5dff9f405 to your computer and use it in GitHub Desktop.
Custom annotation to mark a web service request for caching
This file contains hidden or 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
@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