Skip to content

Instantly share code, notes, and snippets.

@Ikhiloya
Created October 28, 2020 06:50
Show Gist options
  • Save Ikhiloya/5edcc3a02b1832b9bed8e216837bf957 to your computer and use it in GitHub Desktop.
Save Ikhiloya/5edcc3a02b1832b9bed8e216837bf957 to your computer and use it in GitHub Desktop.
Get custom annotation from Invocation
if (invocation != null) {
val annotation: Cacheable? =
invocation.method().getAnnotation(Cacheable::class.java)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment