Last active
November 26, 2019 22:35
-
-
Save antonarhipov/64083bb8bf7a19f50184d09cd11f24bc 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
// from https://twitter.com/ZacSweers/status/1199224945072623616 | |
typealias NickName = JvmName | |
typealias MakeDaggerHappy = JvmSuppressWildcards | |
typealias ConfuseDagger = JvmWildcard | |
typealias MaybeThreadSafe = Volatile | |
typealias MaybeThreadSafeButFun = Synchronized | |
typealias MakeDaggerHappy2 = JvmStatic | |
typealias AutoConvertedJavaStuff = Throws | |
typealias NoTouchy = JvmSynthetic | |
typealias TooLazyToSeparateMyModels = Transient | |
typealias SuperOptimized = JvmField | |
typealias ModernIsh = JvmDefault | |
typealias JvmOverlords = JvmOverloads |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment