net.java.ao
Class AnnotationDelegate

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

public class AnnotationDelegate
extends java.lang.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 java.lang.annotation.Annotation>
T
getAnnotation(java.lang.Class<T> type)
           
 java.lang.annotation.Annotation[] getAnnotations()
           
 java.lang.reflect.Method getMethod1()
           
 java.lang.reflect.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 java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> type)

getAnnotations

public java.lang.annotation.Annotation[] getAnnotations()

getMethod1

public java.lang.reflect.Method getMethod1()

getMethod2

public java.lang.reflect.Method getMethod2()


Copyright © 2007-2010. All Rights Reserved.