Package org.apache.xbean.finder
Class MetaAnnotatedMethod
- All Implemented Interfaces:
AnnotatedElement,Member,Annotated<Method>,AnnotatedMember<Method>,AnnotatedMethod<Method>,MetaAnnotated<Method>
public class MetaAnnotatedMethod
extends MetaAnnotatedElement<Method>
implements AnnotatedMethod<Method>
- Version:
- $Rev$ $Date$
-
Field Summary
FieldsFields inherited from class org.apache.xbean.finder.MetaAnnotatedElement
annotations, target -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.xbean.finder.MetaAnnotatedElement
equals, get, getAnnotation, getAnnotations, getDeclaredAnnotations, getMetaAnnotations, hashCode, isAnnotationPresent, toString, unroll, unroll, unrollParametersMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.reflect.AnnotatedElement
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresentMethods inherited from interface java.lang.reflect.Member
accessFlags
-
Field Details
-
parameterAnnotations
-
-
Constructor Details
-
MetaAnnotatedMethod
-
-
Method Details
-
getParameterAnnotations
- Specified by:
getParameterAnnotationsin interfaceAnnotatedMethod<Method>
-
getDeclaringClass
- Specified by:
getDeclaringClassin interfaceMember
-
getName
-
getModifiers
public int getModifiers()- Specified by:
getModifiersin interfaceMember
-
getParameterTypes
- Specified by:
getParameterTypesin interfaceAnnotatedMethod<Method>
-
getGenericParameterTypes
- Specified by:
getGenericParameterTypesin interfaceAnnotatedMethod<Method>
-
getExceptionTypes
- Specified by:
getExceptionTypesin interfaceAnnotatedMethod<Method>
-
getGenericExceptionTypes
- Specified by:
getGenericExceptionTypesin interfaceAnnotatedMethod<Method>
-
toGenericString
- Specified by:
toGenericStringin interfaceAnnotatedMethod<Method>
-
isVarArgs
public boolean isVarArgs()- Specified by:
isVarArgsin interfaceAnnotatedMethod<Method>
-
isSynthetic
public boolean isSynthetic()- Specified by:
isSyntheticin interfaceMember
-