What can I do with inline classes for Java interop...
# announcements
m
What can I do with inline classes for Java interop? Currently I have methods returning useless
Object
or
Object[]
, and extensions with hyphen and hash, absolutely unusable from Java.
l
Make them non inline, or provide a java targeted overload for Java exposing the wrapped type or a non inline wrapper.
First class Java interop with inline classes is not supported, and we don't know if it will ever be.
😢 1
d
Don't use Java 😉
👎 1
But as Louis wrote, create a Java-friendly wrapper