Package | Description |
---|---|
com.caucho.bytecode | |
com.caucho.loader.enhancer |
Modifier and Type | Class and Description |
---|---|
class |
JAnnotationWrapper
Wrapper around the java Class for a JClass.
|
class |
JavaAnnotation
Represents a java annotation.
|
Modifier and Type | Method and Description |
---|---|
JAnnotation |
JAnnotationObject.getAnnotation(java.lang.Class cl)
Returns the annotation.
|
JAnnotation |
JAnnotation.getAnnotation(java.lang.String name)
Returns the annotation value.
|
JAnnotation |
JavaClass.getAnnotation(java.lang.String className)
Returns the annotation.
|
JAnnotation |
JClassWrapper.getAnnotation(java.lang.String name)
Returns the annotation.
|
JAnnotation |
JAnnotationObject.getAnnotation(java.lang.String className)
Returns the annotation.
|
JAnnotation[] |
JMethodWrapper.getDeclaredAnnotations()
Returns the annotation.
|
JAnnotation[] |
JavaClass.getDeclaredAnnotations()
Returns the declared annotations.
|
JAnnotation[] |
JConstructorWrapper.getDeclaredAnnotations()
Returns the annotations.
|
JAnnotation[] |
JavaMethod.getDeclaredAnnotations()
Returns the declared annotations.
|
JAnnotation[] |
JavaField.getDeclaredAnnotations()
Returns the declared annotations.
|
JAnnotation[] |
JClassWrapper.getDeclaredAnnotations()
Returns the annotation.
|
JAnnotation[] |
JAnnotationObject.getDeclaredAnnotations()
Returns the annotation.
|
abstract JAnnotation[] |
JMethod.getDeclaredAnnotations()
Returns the declared annotaions.
|
Modifier and Type | Method and Description |
---|---|
void |
MethodEnhancer.enhance(GenClass genClass,
JMethod jMethod,
JAnnotation jAnn)
Enhances the method.
|