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