Uses of Interface
com.ibm.wsspi.anno.info.AnnotationInfo

Packages that use AnnotationInfo
com.ibm.wsspi.anno.info   
 

Uses of AnnotationInfo in com.ibm.wsspi.anno.info
 

Methods in com.ibm.wsspi.anno.info that return AnnotationInfo
 AnnotationInfo Info.getAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> clazz)
           
 AnnotationInfo Info.getAnnotation(java.lang.String annotationClassName)
          Answer the annotation of the receiver which has the specified name.
 AnnotationInfo AnnotationValue.getAnnotationValue()
          Answer the value of this annotation value as an annotation.
 AnnotationInfo AnnotationInfo.getAnnotationValue(java.lang.String name)
          Answer a member value of this annotation as an annotation.
 AnnotationInfo Info.getDeclaredAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> clazz)
           
 AnnotationInfo Info.getDeclaredAnnotation(java.lang.String annotationClassName)
          Answer the declared annotation of the receiver which has the specified name.
 

Methods in com.ibm.wsspi.anno.info that return types with arguments of type AnnotationInfo
 java.util.Collection<? extends AnnotationInfo> Info.getAnnotations()
          Answer the collection of annotations of the receiver.
 java.util.Collection<? extends AnnotationInfo> Info.getDeclaredAnnotations()
          Answer the collection of annotations of the receiver.
 java.util.List<java.util.List<? extends AnnotationInfo>> MethodInfo.getParameterAnnotations()
          Answer the in-order parameter annotation collections of parameters of this method.