Package | Description |
---|---|
com.ibm.wsspi.anno.info |
Modifier and Type | Method and Description |
---|---|
AnnotationInfo |
Info.getAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> clazz) |
AnnotationInfo |
Info.getAnnotation(java.lang.String annotationClassName)
Answer the annotation of the receiver which has the specified name.
|
AnnotationInfo |
AnnotationValue.getAnnotationValue()
Answer the value of this annotation value as an annotation.
|
AnnotationInfo |
AnnotationInfo.getAnnotationValue(java.lang.String name)
Answer a member value of this annotation as an annotation.
|
AnnotationInfo |
Info.getDeclaredAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> clazz) |
AnnotationInfo |
Info.getDeclaredAnnotation(java.lang.String annotationClassName)
Answer the declared annotation of the receiver which has the specified
name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends AnnotationInfo> |
Info.getAnnotations()
Answer the collection of annotations of the receiver.
|
java.util.Collection<? extends AnnotationInfo> |
Info.getDeclaredAnnotations()
Answer the collection of annotations of the receiver.
|
java.util.List<java.util.List<? extends AnnotationInfo>> |
MethodInfo.getParameterAnnotations()
Answer the in-order parameter annotation collections of
parameters of this method.
|