Skip to content

Instantly share code, notes, and snippets.

@CostaFot
Created February 1, 2026 17:20
Show Gist options
  • Select an option

  • Save CostaFot/895e936f9575b1ef618a367346827fed to your computer and use it in GitHub Desktop.

Select an option

Save CostaFot/895e936f9575b1ef618a367346827fed to your computer and use it in GitHub Desktop.
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
annotation class RetainedEntryPoint(
val value: KClass<out Any>,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment