org.apache.xbean.finder
Interface AnnotatedMethod<T>
- All Superinterfaces:
- Annotated<T>, AnnotatedElement, AnnotatedMember<T>, Member
- All Known Implementing Classes:
- MetaAnnotatedConstructor, MetaAnnotatedMethod
public interface AnnotatedMethod<T>
- extends AnnotatedMember<T>
- Version:
- $Rev$ $Date$
| Methods inherited from interface org.apache.xbean.finder.Annotated |
get |
getParameterAnnotations
Annotation[][] getParameterAnnotations()
getExceptionTypes
Class<?>[] getExceptionTypes()
getParameterTypes
Class<?>[] getParameterTypes()
toGenericString
String toGenericString()
getGenericExceptionTypes
Type[] getGenericExceptionTypes()
getGenericParameterTypes
Type[] getGenericParameterTypes()
isVarArgs
boolean isVarArgs()
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.