Uses of Interface
com.ibm.wsspi.anno.info.AnnotationInfo
-
Packages that use AnnotationInfo Package Description com.ibm.wsspi.anno.info -
-
Uses of AnnotationInfo in com.ibm.wsspi.anno.info
Methods in com.ibm.wsspi.anno.info that return AnnotationInfo Modifier and Type Method Description AnnotationInfoInfo. getAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> clazz)AnnotationInfoInfo. getAnnotation(java.lang.String annotationClassName)Answer the annotation of the receiver which has the specified name.AnnotationInfoAnnotationInfo. getAnnotationValue(java.lang.String name)Answer a member value of this annotation as an annotation.AnnotationInfoAnnotationValue. getAnnotationValue()Answer the value of this annotation value as an annotation.AnnotationInfoInfo. getDeclaredAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> clazz)AnnotationInfoInfo. 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 Modifier and Type Method Description 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.
-