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