Uses of Class
com.caucho.bytecode.JAnnotation

Packages that use JAnnotation
com.caucho.bytecode   
com.caucho.loader.enhancer   
 

Uses of JAnnotation in com.caucho.bytecode
 

Subclasses of JAnnotation in com.caucho.bytecode
 class JAnnotationWrapper
          Wrapper around the java Class for a JClass.
 class JavaAnnotation
          Represents a java annotation.
 

Methods in com.caucho.bytecode that return JAnnotation
 JAnnotation JAnnotationObject.getAnnotation(java.lang.Class cl)
          Returns the annotation.
 JAnnotation JAnnotation.getAnnotation(java.lang.String name)
          Returns the annotation value.
 JAnnotation JAnnotationObject.getAnnotation(java.lang.String className)
          Returns the annotation.
 JAnnotation JClassWrapper.getAnnotation(java.lang.String name)
          Returns the annotation.
 JAnnotation JavaClass.getAnnotation(java.lang.String className)
          Returns the annotation.
 JAnnotation[] JAnnotationObject.getDeclaredAnnotations()
          Returns the annotation.
 JAnnotation[] JClassWrapper.getDeclaredAnnotations()
          Returns the annotation.
 JAnnotation[] JConstructorWrapper.getDeclaredAnnotations()
          Returns the annotations.
abstract  JAnnotation[] JMethod.getDeclaredAnnotations()
          Returns the declared annotaions.
 JAnnotation[] JMethodWrapper.getDeclaredAnnotations()
          Returns the annotation.
 JAnnotation[] JavaClass.getDeclaredAnnotations()
          Returns the declared annotations.
 JAnnotation[] JavaField.getDeclaredAnnotations()
          Returns the declared annotations.
 JAnnotation[] JavaMethod.getDeclaredAnnotations()
          Returns the declared annotations.
 

Uses of JAnnotation in com.caucho.loader.enhancer
 

Methods in com.caucho.loader.enhancer with parameters of type JAnnotation
 void MethodEnhancer.enhance(GenClass genClass, JMethod jMethod, JAnnotation jAnn)
          Enhances the method.