Package org.apache.xbean.finder
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 java.lang.reflect.AnnotatedElement
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresent
Methods inherited from interface java.lang.reflect.Member
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()
-