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
  1. AnnotationInfo
Info.getAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> clazz)
  1. AnnotationInfo
Info.getAnnotation(java.lang.String annotationClassName)
Answer the annotation of the receiver which has the specified name.
  1. AnnotationInfo
AnnotationValue.getAnnotationValue()
Answer the value of this annotation value as an annotation.
  1. AnnotationInfo
AnnotationInfo.getAnnotationValue(java.lang.String name)
Answer a member value of this annotation as an annotation.
  1. AnnotationInfo
Info.getDeclaredAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> clazz)
  1. 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
  1. java.util.Collection<? extends AnnotationInfo>
Info.getAnnotations()
Answer the collection of annotations of the receiver.
  1. java.util.Collection<? extends AnnotationInfo>
Info.getDeclaredAnnotations()
Answer the collection of annotations of the receiver.
  1. java.util.List<java.util.List<? extends AnnotationInfo>>
MethodInfo.getParameterAnnotations()
Answer the in-order parameter annotation collections of parameters of this method.