Created
February 1, 2026 17:20
-
-
Save CostaFot/895e936f9575b1ef618a367346827fed to your computer and use it in GitHub Desktop.
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
| @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