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

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


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

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

public interface XmlSeeAlsoWriter
    extends JAnnotationWriter
{


    XmlSeeAlsoWriter value(Class value);

    XmlSeeAlsoWriter value(JType value);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy