322323324325326327328329330331332
} // generate the nillable property? if (ctype.isNillable()) { if(xew == null) xew = getXew(checkWrapper, field); xew.nillable(true); } } /** * Gets the {@link Options} in the current compilation context.
315316317318319320321322323324325
} // generate the nillable property? if (ctype.isNillable()) { if(xew == null) xew = getXew(checkWrapper, field); xew.nillable(true); } } // ugly hack to lazily create private XmlElementsWriter xesw = null;
327328329330331332333334335336337