public class AnnotationUtils
extends java.lang.Object
| Constructor and Description | 
|---|
AnnotationUtils()  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.lang.Object[] | 
findMethodAnnotations(java.lang.Class implClass,
                     java.lang.reflect.Method mthd)
finds all parameter  
annotations for the given class
 including on all implemented interfaces. | 
static java.lang.Object[] | 
findParameterAnnotations(java.lang.Class implClass,
                        java.lang.reflect.Method mthd)
finds all parameter  
annotations for the given class
 including on all implemented interfaces. | 
public static java.lang.Object[] findMethodAnnotations(java.lang.Class implClass,
                                                       java.lang.reflect.Method mthd)
                                                throws ome.conditions.InternalException
annotations for the given class
 including on all implemented interfaces.ome.conditions.InternalExceptionpublic static java.lang.Object[] findParameterAnnotations(java.lang.Class implClass,
                                                          java.lang.reflect.Method mthd)
                                                   throws ome.conditions.InternalException
annotations for the given class
 including on all implemented interfaces.ome.conditions.InternalException