Module com.sun.xml.bind.core
Interface RegistryInfo<T,C>
-
- Type Parameters:
T-C-
public interface RegistryInfo<T,C>Represents the information in a class withXmlRegistryannotaion.This interface is only meant to be used as a return type from
ModelBuilderI.- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CgetClazz()Returns the class withXmlRegistry.Set<TypeInfo<T,C>>getReferences()Returns all the references to other types in this registry.
-