public interface RegistryInfo<T,C>
XmlRegistry
annotaion.
This interface is only meant to be used as a return type from ModelBuilder
.
Modifier and Type | Method and Description |
---|---|
C |
getClazz()
Returns the class with
XmlRegistry . |
java.util.Set<TypeInfo<T,C>> |
getReferences()
Returns all the references to other types in this registry.
|