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 InternalException
annotations
for the given class
including on all implemented interfaces.InternalException
public static Object[] findParameterAnnotations(Class implClass, Method mthd) throws InternalException
annotations
for the given class
including on all implemented interfaces.InternalException
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.