Package org.nuxeo.runtime.annotations
Class AnnotatedMethod
java.lang.Object
org.nuxeo.runtime.annotations.AnnotatedMethod
- Author:
- Bogdan Stefanescu
-
Field Summary
Modifier and TypeFieldDescriptionprotected final AnnotatedClass<?>
protected final Map<Class<? extends Annotation>,
Annotation> protected final Method
-
Method Summary
Modifier and TypeMethodDescription<A extends Annotation>
AgetAnnotation
(Class<A> annotationClass) <A extends Annotation>
AgetDeclaredAnnotation
(Class<A> annotationClass) boolean
isAnnotationPresent
(Class<? extends Annotation> annotationClass) boolean
isDeclaringAnnotation
(Class<? extends Annotation> annotationClass)
-
Field Details
-
aclass
-
method
-
annotations
-
-
Method Details
-
getAnnotatedClass
-
getMethod
-
getAnnotations
-
getDeclaredAnnotations
-
getAnnotation
-
getDeclaredAnnotation
-
isAnnotationPresent
-
isDeclaringAnnotation
-