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
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
XJC generated code looks fine:
{code;java}
public Property(final String value, final String name, final String locale)
{ this.value = value; this.name = name; this.locale = locale; }```
but the {{ObjectFactory}} still has only this:
{code:java}
/**
* Create an instance of {@link Property }
*
*/
public Property createProperty() {
return new Property();
}
The text was updated successfully, but these errors were encountered: