Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jaxb-impl-dev] Visibility of JNarrowedClass

Hello All,

I have a project that uses the legacy codemodel to extend code
generated by XJC. I've been using reflection against JNarrowedClass to
access the basis and args fields. This is obviously not something I
should continue to do with the restrictions from JDK 9+. This got me
thinking, why isn't JNarrowedClass a public class? There would be some benefit
to other classes as well. Sorry if this is already answered someplace.
What is the process to propose a change like this?

J


Back to the top