All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sun.tools.xjc.generator.annotation.spec.XmlAnyElementWriter Maven / Gradle / Ivy


package com.sun.tools.xjc.generator.annotation.spec;

import javax.xml.bind.annotation.XmlAnyElement;
import com.sun.codemodel.JAnnotationWriter;
import com.sun.codemodel.JType;

public interface XmlAnyElementWriter
    extends JAnnotationWriter
{


    XmlAnyElementWriter value(Class value);

    XmlAnyElementWriter value(JType value);

    XmlAnyElementWriter lax(boolean value);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy