org.jpox.metadata
Interface AnnotationManager
public interface AnnotationManager
Interface defining the access to MetaData derived from Annotations.
- Version:
- $Revision: 1.1 $
getMetaDataForClass
ClassMetaData getMetaDataForClass(java.lang.Class cls,
PackageMetaData pmd,
ClassLoaderResolver clr)
- Method to get the ClassMetaData for a class from its annotations.
- Parameters:
cls - The classpmd - MetaData for the owning package (that this will be a child of)clr - Resolver for ClassLoader issues
- Returns:
- The ClassMetaData (unpopulated and unitialised)
Copyright © -2008 . All Rights Reserved.