org.mortbay.jetty.annotations
Class Util

java.lang.Object
  extended by org.mortbay.jetty.annotations.Util

public class Util
extends java.lang.Object

Util


Constructor Summary
Util()
           
 
Method Summary
 java.util.List findFieldAnnotations(java.lang.Class clazz)
           
 java.util.List findMethodAnnotations(java.lang.Class clazz)
          Find all annotations directly and inherited on a class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

findMethodAnnotations

public java.util.List findMethodAnnotations(java.lang.Class clazz)
                                     throws java.lang.Exception
Find all annotations directly and inherited on a class.

Parameters:
clazz -
Returns:
Throws:
java.lang.Exception

findFieldAnnotations

public java.util.List findFieldAnnotations(java.lang.Class clazz)
                                    throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.