|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Annotation | |
|---|---|
| com.tc.backport175 | |
| com.tc.backport175.bytecode | |
| com.tc.backport175.proxy | |
| Uses of Annotation in com.tc.backport175 |
|---|
| Methods in com.tc.backport175 that return Annotation | |
|---|---|
static Annotation |
Annotations.getAnnotation(java.lang.Class annotationType,
java.lang.Class target)
Return the annotation with a specific name for a specific class. |
static Annotation |
Annotations.getAnnotation(java.lang.Class annotationType,
java.lang.reflect.Constructor constructor)
Return the annotation with a specific name for a specific constructor. |
static Annotation |
Annotations.getAnnotation(java.lang.Class annotationType,
java.lang.reflect.Field field)
Return the annotation with a specific name for a specific field. |
static Annotation |
Annotations.getAnnotation(java.lang.Class annotationType,
java.lang.reflect.Method method)
Return the annotation with a specific name for a specific method. |
static Annotation[] |
Annotations.getAnnotations(java.lang.Class target)
Return all the annotations for a specific class. |
static Annotation[] |
Annotations.getAnnotations(java.lang.reflect.Constructor constructor)
Return all the annotations for a specific constructor. |
static Annotation[] |
Annotations.getAnnotations(java.lang.reflect.Field field)
Return all the annotations for a specific field. |
static Annotation[] |
Annotations.getAnnotations(java.lang.reflect.Method method)
Return all the annotations for a specific method. |
| Uses of Annotation in com.tc.backport175.bytecode |
|---|
| Methods in com.tc.backport175.bytecode that return Annotation | |
|---|---|
Annotation |
AnnotationReader.getAnnotation(java.lang.String annotationName)
Returns the class annotation with the name specified. |
Annotation |
AnnotationReader.getAnnotation(java.lang.String annotationName,
java.lang.reflect.Constructor constructor)
Returns the constructor annotation with the name specified for the constructor specified. |
Annotation |
AnnotationReader.getAnnotation(java.lang.String annotationName,
java.lang.reflect.Field field)
Returns the field annotation with the name specified for the field specified. |
Annotation |
AnnotationReader.getAnnotation(java.lang.String annotationName,
java.lang.reflect.Method method)
Returns the method annotation with the name specified for the method specified. |
Annotation[] |
AnnotationReader.getAnnotations()
Returns all the class annotations. |
Annotation[] |
AnnotationReader.getAnnotations(java.lang.reflect.Constructor constructor)
Returns all the constructor annotations. |
Annotation[] |
AnnotationReader.getAnnotations(java.lang.reflect.Field field)
Returns all the field annotations. |
Annotation[] |
AnnotationReader.getAnnotations(java.lang.reflect.Method method)
Returns all the method annotations. |
Annotation |
AnnotationReader.getConstructorAnnotation(java.lang.String annotationName,
java.lang.String constructorDesc,
java.lang.ClassLoader loader)
Returns the constructor annotation with the name specified for the constructor specified. |
Annotation |
AnnotationReader.getFieldAnnotation(java.lang.String annotationName,
java.lang.String fieldName,
java.lang.String fieldDesc,
java.lang.ClassLoader loader)
Returns the field annotation with the name specified for the field specified. |
Annotation |
AnnotationReader.getMethodAnnotation(java.lang.String annotationName,
java.lang.String methodName,
java.lang.String methodDesc,
java.lang.ClassLoader loader)
Returns the method annotation with the name specified for the method specified. |
| Uses of Annotation in com.tc.backport175.proxy |
|---|
| Methods in com.tc.backport175.proxy that return Annotation | |
|---|---|
static Annotation |
ProxyFactory.newAnnotationProxy(AnnotationElement.Annotation annotation,
java.lang.ClassLoader loader)
Creates a new proxy for the annotation specified. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||