Join Slack
Communities
Powered by
Is there any issue to using `@Deprecated(message =...
# announcements
y
yawkat
07/27/2018, 9:29 AM
Is there any issue to using
@Deprecated(message = "java only", level = DeprecationLevel.HIDDEN)
to make functions java-only?
n
nfrankel
07/27/2018, 9:58 AM
how would you know whether it comes from java or kotlin? in the end, it’s bytecode
y
yawkat
07/27/2018, 10:48 AM
the kotlin compiler would hide it from kotlin code.
i
ilya.gorbunov
07/27/2018, 11:09 AM
They will be deprecated in java too
3
Views
Open in Slack
Previous
Next