com.sun.tools.xjc.generator.annotation.spec.XmlElementsWriter Maven / Gradle / Ivy
package com.sun.tools.xjc.generator.annotation.spec;
import javax.xml.bind.annotation.XmlElements;
import com.sun.codemodel.JAnnotationWriter;
public interface XmlElementsWriter
extends JAnnotationWriter
{
XmlElementWriter value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy