public interface MetadataReader
ClassReader.| Modifier and Type | Method and Description | 
|---|---|
| AnnotationMetadata | getAnnotationMetadata()Read full annotation metadata for the underlying class,
 including metadata for annotated methods. | 
| ClassMetadata | getClassMetadata()Read basic class metadata for the underlying class. | 
| Resource | getResource()Return the resource reference for the class file. | 
Resource getResource()
ClassMetadata getClassMetadata()
AnnotationMetadata getAnnotationMetadata()