| org.jpox.metadata.annotations.AnnotationManager
AnnotationManager | public interface AnnotationManager (Code) | | Interface defining the access to MetaData derived from Annotations.
version: $Revision: 1.1 $ |
getMetaDataForClass | public AbstractClassMetaData getMetaDataForClass(Class cls, PackageMetaData pmd, ClassLoaderResolver clr)(Code) | | Method to get the ClassMetaData for a class from its annotations.
Parameters: cls - The class Parameters: pmd - MetaData for the owning package (that this will be a child of) Parameters: clr - Resolver for ClassLoader issues The ClassMetaData (unpopulated and unitialised) |
|
|