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

changeset 368
0989ad8c0860
parent 286
f50545b5e2f1
child 637
9c07ef4934dd
equal deleted inserted replaced
366:8c0b6bccfe47 368:0989ad8c0860
27 27
28 import java.util.Set; 28 import java.util.Set;
29 29
30 import javax.xml.bind.annotation.XmlRegistry; 30 import javax.xml.bind.annotation.XmlRegistry;
31 31
32 import com.sun.xml.internal.bind.v2.model.impl.ModelBuilder;
33
34 /** 32 /**
35 * Represents the information in a class with {@link XmlRegistry} annotaion. 33 * Represents the information in a class with {@link XmlRegistry} annotaion.
36 * 34 *
37 * <p> 35 * <p>
38 * This interface is only meant to be used as a return type from {@link ModelBuilder}. 36 * This interface is only meant to be used as a return type from {@link com.sun.xml.internal.bind.v2.model.impl.ModelBuilder}.
39 * 37 *
40 * @author Kohsuke Kawaguchi 38 * @author Kohsuke Kawaguchi
41 */ 39 */
42 public interface RegistryInfo<T,C> { 40 public interface RegistryInfo<T,C> {
43 /** 41 /**

mercurial