Class AnnotatedMethod

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

public class AnnotatedMethod extends Object
Author:
Bogdan Stefanescu
  • Field Details

  • Method Details

    • 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)