225226227228229230231232233234235236237
out.print(annString); } // ioc/0l34 if (getAnnotatedType() != null) { XmlCookie xmlCookie = getAnnotatedType().getAnnotation(XmlCookie.class); if (xmlCookie != null) { out.print(";xmlcookie=" + xmlCookie.value()); } } out.close();