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$

Field Summary
 
Fields inherited from interface java.lang.reflect.Member
DECLARED, PUBLIC
 
Method Summary
 Class<?>[] getExceptionTypes()
           
 Type[] getGenericExceptionTypes()
           
 Type[] getGenericParameterTypes()
           
 Annotation[][] getParameterAnnotations()
           
 Class<?>[] getParameterTypes()
           
 boolean isVarArgs()
           
 String toGenericString()
           
 
Methods inherited from interface org.apache.xbean.finder.Annotated
get
 
Methods inherited from interface java.lang.reflect.AnnotatedElement
getAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresent
 
Methods inherited from interface java.lang.reflect.Member
getDeclaringClass, getModifiers, getName, isSynthetic
 

Method Detail

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.