Package ome.annotations
Class AnnotationUtils
- java.lang.Object
-
- ome.annotations.AnnotationUtils
-
public class AnnotationUtils extends java.lang.Object
Checks metadata constraints on API calls.- Since:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description AnnotationUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Object[]
findMethodAnnotations(java.lang.Class implClass, java.lang.reflect.Method mthd)
finds all parameterannotations
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 parameterannotations
for the given class including on all implemented interfaces.
-
-
-
Method Detail
-
findMethodAnnotations
public static java.lang.Object[] findMethodAnnotations(java.lang.Class implClass, java.lang.reflect.Method mthd) throws ome.conditions.InternalException
finds all parameterannotations
for the given class including on all implemented interfaces.- Throws:
ome.conditions.InternalException
-
findParameterAnnotations
public static java.lang.Object[] findParameterAnnotations(java.lang.Class implClass, java.lang.reflect.Method mthd) throws ome.conditions.InternalException
finds all parameterannotations
for the given class including on all implemented interfaces.- Throws:
ome.conditions.InternalException
-
-