src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/RegistryInfo.java

Print this page

        

*** 27,43 **** import java.util.Set; import javax.xml.bind.annotation.XmlRegistry; - import com.sun.xml.internal.bind.v2.model.impl.ModelBuilder; - /** * Represents the information in a class with {@link XmlRegistry} annotaion. * * <p> ! * This interface is only meant to be used as a return type from {@link ModelBuilder}. * * @author Kohsuke Kawaguchi */ public interface RegistryInfo<T,C> { /** --- 27,41 ---- import java.util.Set; import javax.xml.bind.annotation.XmlRegistry; /** * Represents the information in a class with {@link XmlRegistry} annotaion. * * <p> ! * This interface is only meant to be used as a return type from {@link com.sun.xml.internal.bind.v2.model.impl.ModelBuilder}. * * @author Kohsuke Kawaguchi */ public interface RegistryInfo<T,C> { /**