net.java.ao
Class AnnotationDelegate

java.lang.Object
  extended by net.java.ao.AnnotationDelegate

public class AnnotationDelegate
extends Object

WARNING: Not part of the public API. This class is public only to allow its use within other packages in the ActiveObjects library.

About now is when I start missing Scala's case classes...

Author:
Daniel Spiewak

Method Summary
<T extends Annotation>
T
getAnnotation(Class<T> type)
           
 Annotation[] getAnnotations()
           
 Method getMethod1()
           
 Method getMethod2()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAnnotation

public <T extends Annotation> T getAnnotation(Class<T> type)

getAnnotations

public Annotation[] getAnnotations()

getMethod1

public Method getMethod1()

getMethod2

public Method getMethod2()


Copyright © 2007-2010. All Rights Reserved.