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