miha-x64
06/17/2018, 7:06 PM@JvmSynthetic
is not applicable for classes?nfrankel
06/17/2018, 9:10 PMsynthetic
means the field/method is only accessible through reflection
what would that mean for a class?
only available through ClassLoader
stuff?
seems weirdkarelpeeters
06/17/2018, 10:42 PMsynthetic
means not visible from source. You can't use it when you're writing code, but the compiler can and often does emit bytecode that makes use of synthetic things.miha-x64
06/18/2018, 6:16 PMkarelpeeters
06/18/2018, 6:21 PMmiha-x64
06/18/2018, 6:24 PM