salomonbrys
07/28/2017, 9:54 AMbashor
07/28/2017, 10:42 AMolonho
07/28/2017, 3:39 PMT::class? Guess @Volatile can be treated as NOP, not sure if anything special needed for DslMarkersalomonbrys
07/28/2017, 6:08 PMT::class. The simplest implementation should do, as long as T::class == T::class and T::class != U::class.
@Volatile and @DslMarker can both be treated as Noop. I tried to emulate them (as I emulated java.util.Arrays and java.io.Serializable) but Kotlin does not allow to add anything in the kotlin package so no luck 😞.olonho
07/28/2017, 6:49 PM