Package | Description |
---|---|
com.ibm.wsspi.anno.info |
Modifier and Type | Method and Description |
---|---|
AnnotationValue |
MethodInfo.getAnnotationDefaultValue()
If this method is on an annotation interface, answer the default value of
the method.
|
AnnotationValue |
AnnotationInfo.getCachedAnnotationValue(java.lang.String name)
Retrieves a named value associated with this AnnotationInfo object.
|
AnnotationValue |
AnnotationInfo.getValue(java.lang.String name)
Retrieves a named value associated with this AnnotationInfo object.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends AnnotationValue> |
AnnotationValue.getArrayValue()
Answer the value of this annotation value as an array of annotation values.
|
java.util.List<? extends AnnotationValue> |
AnnotationInfo.getArrayValue(java.lang.String name)
Answer a member value of this annotation as an array.
|