You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to relax the visibility of core XJC code model classes? codemodel is generally useful but with package private constructors on things like JAnnotationUse this library is rather useless.
Here is another example where we cannot effectively use the classes to write custom XJC compiler extensions. If we want to replace a field on a class model we cannot set its parent as CPropertyInfo.setParent is only visible at package level.