Is there any issue to using `@Deprecated(message =...
# announcements
y
Is there any issue to using
@Deprecated(message = "java only", level = DeprecationLevel.HIDDEN)
to make functions java-only?
n
how would you know whether it comes from java or kotlin? in the end, it’s bytecode
y
the kotlin compiler would hide it from kotlin code.
i
They will be deprecated in java too