Uses of Class
com.tc.backport175.bytecode.AnnotationReader

Packages that use AnnotationReader
com.tc.aspectwerkz.reflect   
com.tc.backport175.bytecode   
 

Uses of AnnotationReader in com.tc.aspectwerkz.reflect
 

Methods in com.tc.aspectwerkz.reflect that return AnnotationReader
 AnnotationReader ClassInfo.getAnnotationReader()
           
 

Uses of AnnotationReader in com.tc.backport175.bytecode
 

Methods in com.tc.backport175.bytecode that return AnnotationReader
static AnnotationReader AnnotationReader.getReaderFor(AnnotationReader.ClassKey classKey)
          Returns the annotation reader for the class specified.
static AnnotationReader AnnotationReader.getReaderFor(java.lang.Class klass)
          Returns the annotation reader for the class specified.
static AnnotationReader AnnotationReader.getReaderFor(java.lang.String className, java.lang.ClassLoader loader)
          Returns the annotation reader for the class specified.
 



Copyright © 2010 Terracotta, Inc.. All Rights Reserved.