Package org.nuxeo.runtime.annotations
Class AnnotatedMethod
java.lang.Object
org.nuxeo.runtime.annotations.AnnotatedMethod
- Author:
- Bogdan Stefanescu
-
Field Summary
FieldsModifier 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) booleanisAnnotationPresent(Class<? extends Annotation> annotationClass) booleanisDeclaringAnnotation(Class<? extends Annotation> annotationClass)
-
Field Details
-
aclass
-
method
-
annotations
-
-
Method Details
-
getAnnotatedClass
-
getMethod
-
getAnnotations
-
getDeclaredAnnotations
-
getAnnotation
-
getDeclaredAnnotation
-
isAnnotationPresent
-
isDeclaringAnnotation
-