Uses of Interface
com.ibm.wsspi.anno.info.AnnotationInfo
-
Uses of AnnotationInfo in com.ibm.wsspi.anno.info
Modifier and TypeMethodDescriptionInfo.getAnnotation
(Class<? extends Annotation> clazz) Info.getAnnotation
(String annotationClassName) Answer the annotation of the receiver which has the specified name.AnnotationInfo.getAnnotationValue
(String name) Answer a member value of this annotation as an annotation.AnnotationValue.getAnnotationValue()
Answer the value of this annotation value as an annotation.Info.getDeclaredAnnotation
(Class<? extends Annotation> clazz) Info.getDeclaredAnnotation
(String annotationClassName) Answer the declared annotation of the receiver which has the specified name.Modifier and TypeMethodDescriptionCollection<? extends AnnotationInfo>
Info.getAnnotations()
Answer the collection of annotations of the receiver.Collection<? extends AnnotationInfo>
Info.getDeclaredAnnotations()
Answer the collection of annotations of the receiver.List<List<? extends AnnotationInfo>>
MethodInfo.getParameterAnnotations()
Answer the in-order parameter annotation collections of parameters of this method.