Interface AnnotatedMethod<T>
- All Superinterfaces:
Annotated<T>, AnnotatedElement, AnnotatedMember<T>, Member
- All Known Implementing Classes:
MetaAnnotatedConstructor, MetaAnnotatedMethod
- Version:
- $Rev$ $Date$
-
Field Summary
-
Method Summary
Methods inherited from interface AnnotatedElement
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresentMethods inherited from interface Member
accessFlags, getDeclaringClass, getModifiers, getName, isSynthetic
-
Method Details
-
getParameterAnnotations
Annotation[][] getParameterAnnotations() -
getExceptionTypes
Class<?>[] getExceptionTypes() -
getParameterTypes
Class<?>[] getParameterTypes() -
toGenericString
String toGenericString() -
getGenericExceptionTypes
Type[] getGenericExceptionTypes() -
getGenericParameterTypes
Type[] getGenericParameterTypes() -
isVarArgs
boolean isVarArgs()
-