Interface RegistryInfo<T,C>
public interface RegistryInfo<T,C>
Represents the information in a class with
XmlRegistry annotaion.
This interface is only meant to be used as a return type from
ModelBuilderI.
- Author:
- Kohsuke Kawaguchi
-
Method Summary
Modifier and TypeMethodDescriptiongetClazz()Returns the class withXmlRegistry.Returns all the references to other types in this registry.
-
Method Details
-
getReferences
Returns all the references to other types in this registry. -
getClazz
C getClazz()Returns the class withXmlRegistry.
-