|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotationElement.Annotation | |
|---|---|
| com.tc.aspectwerkz.reflect | |
| com.tc.backport175.bytecode | |
| com.tc.backport175.proxy | |
| Uses of AnnotationElement.Annotation in com.tc.aspectwerkz.reflect |
|---|
| Fields in com.tc.aspectwerkz.reflect declared as AnnotationElement.Annotation | |
|---|---|
static AnnotationElement.Annotation[] |
ClassInfo.EMPTY_ANNOTATION_ARRAY
|
| Methods in com.tc.aspectwerkz.reflect that return AnnotationElement.Annotation | |
|---|---|
AnnotationElement.Annotation[] |
ReflectionInfo.getAnnotations()
Returns the annotations. |
| Uses of AnnotationElement.Annotation in com.tc.backport175.bytecode |
|---|
| Methods in com.tc.backport175.bytecode that return AnnotationElement.Annotation | |
|---|---|
AnnotationElement.Annotation |
AnnotationReader.getAnnotationElement(java.lang.String annotationName)
Returns the class annotation element with the name specified. |
AnnotationElement.Annotation[] |
AnnotationReader.getAnnotationElements()
Returns all the class annotations. |
AnnotationElement.Annotation |
AnnotationReader.getConstructorAnnotationElement(java.lang.String annotationName,
java.lang.String desc)
Returns the annotation with the name specified for the constructor specified. |
AnnotationElement.Annotation[] |
AnnotationReader.getConstructorAnnotationElements(java.lang.String desc)
Returns all the constructor annotation elements. |
AnnotationElement.Annotation |
AnnotationReader.getFieldAnnotationElement(java.lang.String annotationName,
java.lang.String name,
java.lang.String desc)
Returns the annotation with the name specified for the field specified. |
AnnotationElement.Annotation[] |
AnnotationReader.getFieldAnnotationElements(java.lang.String name,
java.lang.String desc)
Returns all the field annotation elements. |
AnnotationElement.Annotation |
AnnotationReader.getMethodAnnotationElement(java.lang.String annotationName,
java.lang.String name,
java.lang.String desc)
Returns the method annotation with the name specified for the method specified. |
AnnotationElement.Annotation[] |
AnnotationReader.getMethodAnnotationElements(java.lang.String name,
java.lang.String desc)
Returns all the method annotation elements. |
| Methods in com.tc.backport175.bytecode with parameters of type AnnotationElement.Annotation | |
|---|---|
AnnotationVisitor |
AnnotationReader.createAnnotationVisitor(AnnotationElement.Annotation annotation)
Returns the annotation visitor to use. |
| Uses of AnnotationElement.Annotation in com.tc.backport175.proxy |
|---|
| Methods in com.tc.backport175.proxy with parameters of type AnnotationElement.Annotation | |
|---|---|
static Annotation |
ProxyFactory.newAnnotationProxy(AnnotationElement.Annotation annotation,
java.lang.ClassLoader loader)
Creates a new proxy for the annotation specified. |
| Constructors in com.tc.backport175.proxy with parameters of type AnnotationElement.Annotation | |
|---|---|
JavaDocAnnotationInvocationHander(java.lang.Class annotationInterface,
AnnotationElement.Annotation annotation,
java.lang.ClassLoader annotatedClassClassLoader)
Constructor that will trigger the parsing if required |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||