ome.annotations
Class AnnotationUtils

java.lang.Object
  extended by ome.annotations.AnnotationUtils

public class AnnotationUtils
extends Object

Checks metadata constraints on API calls.

Since:
1.0
Version:
1.0 (Internal version: $Rev: 1167 $ $Date: 2006-12-15 10:39:34 +0000 (Fri, 15 Dec 2006) $)
Author:
Josh Moore      josh.moore@gmx.de

Constructor Summary
AnnotationUtils()
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationUtils

public AnnotationUtils()
Method Detail

findMethodAnnotations

public static Object[] findMethodAnnotations(Class implClass,
                                             Method mthd)
                                      throws ome.conditions.InternalException
finds all parameter annotations for the given class including on all implemented interfaces.

Throws:
ome.conditions.InternalException

findParameterAnnotations

public static Object[] findParameterAnnotations(Class implClass,
                                                Method mthd)
                                         throws ome.conditions.InternalException
finds all parameter annotations for the given class including on all implemented interfaces.

Throws:
ome.conditions.InternalException


OmeroJava Api

Version: Beta-4.2.0-r7571-b29

Copyright © 2009 The University of Dundee. All Rights Reserved.