Skip to content

Instantly share code, notes, and snippets.

@adibfara
Created May 5, 2022 07:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adibfara/bab9b19c711560b929f36a31a54769b4 to your computer and use it in GitHub Desktop.
Save adibfara/bab9b19c711560b929f36a31a54769b4 to your computer and use it in GitHub Desktop.
Create Listed Annotation
@Target(AnnotationTarget.FUNCTION)
@Retention(AnnotationRetention.SOURCE)
annotation class Listed(
val name: String,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment