Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.annotations
Class AnnotatedMethod

java.lang.Object
  extended by org.nuxeo.runtime.annotations.AnnotatedMethod

public class AnnotatedMethod
extends java.lang.Object

Author:
Bogdan Stefanescu

Method Summary
 AnnotatedClass<?> getAnnotatedClass()
           
<A extends java.lang.annotation.Annotation>
A
getAnnotation(java.lang.Class<A> annotationClass)
           
 java.lang.annotation.Annotation[] getAnnotations()
           
<A extends java.lang.annotation.Annotation>
A
getDeclaredAnnotation(java.lang.Class<A> annotationClass)
           
 java.lang.annotation.Annotation[] getDeclaredAnnotations()
           
 java.lang.reflect.Method getMethod()
           
 boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
           
 boolean isDeclaringAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAnnotatedClass

public AnnotatedClass<?> getAnnotatedClass()

getMethod

public java.lang.reflect.Method getMethod()

getAnnotations

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

getDeclaredAnnotations

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

getAnnotation

public <A extends java.lang.annotation.Annotation> A getAnnotation(java.lang.Class<A> annotationClass)

getDeclaredAnnotation

public <A extends java.lang.annotation.Annotation> A getDeclaredAnnotation(java.lang.Class<A> annotationClass)

isAnnotationPresent

public boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)

isDeclaringAnnotation

public boolean isDeclaringAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.