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