public interface AnnotatedMethod<T> extends AnnotatedMember<T>
Modifier and Type | Method and Description |
---|---|
Class<?>[] |
getExceptionTypes() |
Type[] |
getGenericExceptionTypes() |
Type[] |
getGenericParameterTypes() |
Annotation[][] |
getParameterAnnotations() |
Class<?>[] |
getParameterTypes() |
boolean |
isVarArgs() |
String |
toGenericString() |
getAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresent
getDeclaringClass, getModifiers, getName, isSynthetic
Annotation[][] getParameterAnnotations()
Class<?>[] getExceptionTypes()
Class<?>[] getParameterTypes()
String toGenericString()
Type[] getGenericExceptionTypes()
Type[] getGenericParameterTypes()
boolean isVarArgs()
Copyright © 2005-2013. All Rights Reserved.