Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.annotations
Class AnnotatedMethod

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

public class AnnotatedMethod
extends Object

Author:
Bogdan Stefanescu

Method Summary
 AnnotatedClass<?> getAnnotatedClass()
           
<A extends Annotation>
A
getAnnotation(Class<A> annotationClass)
           
 Annotation[] getAnnotations()
           
<A extends Annotation>
A
getDeclaredAnnotation(Class<A> annotationClass)
           
 Annotation[] getDeclaredAnnotations()
           
 Method getMethod()
           
 boolean isAnnotationPresent(Class<? extends Annotation> annotationClass)
           
 boolean isDeclaringAnnotation(Class<? extends 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 Method getMethod()

getAnnotations

public Annotation[] getAnnotations()

getDeclaredAnnotations

public Annotation[] getDeclaredAnnotations()

getAnnotation

public <A extends Annotation> A getAnnotation(Class<A> annotationClass)

getDeclaredAnnotation

public <A extends Annotation> A getDeclaredAnnotation(Class<A> annotationClass)

isAnnotationPresent

public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass)

isDeclaringAnnotation

public boolean isDeclaringAnnotation(Class<? extends Annotation> annotationClass)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.