public class AnnotationUtils extends Object
Constructor and Description |
---|
AnnotationUtils() |
Modifier and Type | Method and Description |
---|---|
static Object[] |
findMethodAnnotations(Class implClass,
Method mthd)
finds all parameter
annotations for the given class
including on all implemented interfaces. |
static Object[] |
findParameterAnnotations(Class implClass,
Method mthd)
finds all parameter
annotations for the given class
including on all implemented interfaces. |
public static Object[] findMethodAnnotations(Class implClass, Method mthd) throws ome.conditions.InternalException
annotations
for the given class
including on all implemented interfaces.ome.conditions.InternalException
public static Object[] findParameterAnnotations(Class implClass, Method mthd) throws ome.conditions.InternalException
annotations
for the given class
including on all implemented interfaces.ome.conditions.InternalException
Version: 5.1.2-ice35-b45
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.